Search
Preparing search index...
The search index is not available
@vertx/auth-otp
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
OtpCredentials
Class OtpCredentials
Credentials for or authentication providers.
Hierarchy
OtpCredentials
Implements
any
Index
Constructors
constructor
Methods
get
Code
get
Identifier
set
Code
set
Identifier
to
Json
Constructors
constructor
new
Otp
Credentials
(
obj
:
OtpCredentials
|
{}
)
:
OtpCredentials
Parameters
obj:
OtpCredentials
|
{}
Returns
OtpCredentials
Methods
get
Code
get
Code
(
)
:
string
Returns
string
get
Identifier
get
Identifier
(
)
:
string
Returns
string
set
Code
set
Code
(
code
:
string
)
:
OtpCredentials
Parameters
code:
string
Returns
OtpCredentials
set
Identifier
set
Identifier
(
identifier
:
string
)
:
OtpCredentials
Parameters
identifier:
string
Returns
OtpCredentials
to
Json
to
Json
(
)
:
{}
Returns
{}
[
key:
string
]:
any
Globals
Authenticator
Hotp
Auth
Hotp
Auth
Options
Otp
Credentials
constructor
get
Code
get
Identifier
set
Code
set
Identifier
to
Json
Otp
Key
Otp
Key
Generator
Totp
Auth
Totp
Auth
Options
Generated using
TypeDoc
Credentials for or authentication providers.