Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/android
SettingsSecurityTwoFactorTotpFacade
Class SettingsSecurityTwoFactorTotpFacade
Facade for TOTP two-factor settings
Index
Constructors
constructor
Properties
add
delete
disable
enable
generate
rename
Constructors
constructor
new
Settings
Security
Two
Factor
Totp
Facade
(
facade
:
IgpapiFacade
)
:
SettingsSecurityTwoFactorTotpFacade
Parameters
facade
:
IgpapiFacade
Returns
SettingsSecurityTwoFactorTotpFacade
Properties
add
add
:
(
(
input
:
AddKeyTotpTwoFactorInput
)
=>
Promise
<
AddKeyTotpTwoFactorResponseOk
|
AddKeyTotpTwoFactorResponseInvalidCode
>
)
= ...
delete
delete
:
(
(
input
:
DeleteKeyTotpTwoFactorInput
)
=>
Promise
<
StatusResponse
>
)
= ...
disable
disable
:
(
(
)
=>
Promise
<
StatusResponse
>
)
= ...
enable
enable
:
(
(
input
:
EnableTwoFactorInput
)
=>
Promise
<
EnableTotpTwoFactorResponse
>
)
= ...
generate
generate
:
(
(
input
:
GenerateTwoFactorTotpKeyInput
)
=>
Promise
<
GenerateTwoFactorTotpKeyResponse
>
)
= ...
Generate TOTP seed
rename
rename
:
(
(
input
:
RenameKeyTotpTwoFactorInput
)
=>
Promise
<
StatusResponse
>
)
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
add
delete
disable
enable
generate
rename
IGPAPI
Loading...
Facade for TOTP two-factor settings