Constructs a VerifyTOTPSetup input.

Param: code

required parameter for verifying the TOTP setup.

Param: options

optional parameters for the Verify TOTP Setup process such as the service options.

interface AuthVerifyTOTPSetupInput<ServiceOptions> {
    code: string;
    options?: ServiceOptions;
}

Type Parameters

Properties

Properties

code: string
options?: ServiceOptions