UNPKG

370 BTypeScriptView Raw
1import { SetUpTOTPOutput } from '../types';
2/**
3 * Sets up TOTP for the user.
4 *
5 * @returns SetUpTOTPOutput
6 * @throws -{@link AssociateSoftwareTokenException}
7 * Thrown if a service occurs while setting up TOTP.
8 * @throws AuthTokenConfigException - Thrown when the token provider config is invalid.
9 **/
10export declare function setUpTOTP(): Promise<SetUpTOTPOutput>;