Search
Preparing search index...
The search index is not available
@vertx/auth-otp
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
OtpKey
Class OtpKey
Key of specific user.
Hierarchy
OtpKey
Index
Constructors
constructor
Methods
get
Algorithm
get
Key
get
Key
Bytes
set
Algorithm
set
Key
to
Json
Constructors
constructor
new
Otp
Key
(
)
:
OtpKey
new
Otp
Key
(
obj
:
OtpKey
|
{}
)
:
OtpKey
Returns
OtpKey
Parameters
obj:
OtpKey
|
{}
Returns
OtpKey
Methods
get
Algorithm
get
Algorithm
(
)
:
string
Returns
string
get
Key
get
Key
(
)
:
string
Returns
string
get
Key
Bytes
get
Key
Bytes
(
)
:
number
[]
Returns
number
[]
set
Algorithm
set
Algorithm
(
algorithm
:
string
)
:
OtpKey
Parameters
algorithm:
string
Returns
OtpKey
set
Key
set
Key
(
key
:
string
)
:
OtpKey
Parameters
key:
string
Returns
OtpKey
to
Json
to
Json
(
)
:
{}
Returns
{}
[
key:
string
]:
any
Globals
Authenticator
Hotp
Auth
Hotp
Auth
Options
Otp
Credentials
Otp
Key
constructor
get
Algorithm
get
Key
get
Key
Bytes
set
Algorithm
set
Key
to
Json
Otp
Key
Generator
Totp
Auth
Totp
Auth
Options
Generated using
TypeDoc
Key of specific user.