Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
TOTP
Class TOTP
generate TOTP tokens from a TOTP key
Index
Constructors
constructor
Methods
generate
Constructors
constructor
new
TOTP
()
:
TOTP
Returns
TOTP
Methods
Static
generate
generate
(
key
:
string
,
options
?:
TOTPOptions
)
:
{
expires
:
number
;
otp
:
string
}
Parameters
key
:
string
Optional
options
:
TOTPOptions
Returns
{
expires
:
number
;
otp
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
generate
@lzwme/fe-utils
Loading...
generate TOTP tokens from a TOTP key