@lzwme/fe-utils
Preparing search index...
index
TOTPOptions
Type Alias TOTPOptions
Param: digits
Param: algorithm
Param: period
Param: timestamp
type
TOTPOptions
=
{
algorithm
?:
|
"SHA-1"
|
"SHA-224"
|
"SHA-256"
|
"SHA-384"
|
"SHA-512"
|
"SHA3-224"
|
"SHA3-256"
|
"SHA3-384"
|
"SHA3-512"
;
digits
?:
number
;
period
?:
number
;
timestamp
?:
number
;
}
Index
Properties
algorithm?
digits?
period?
timestamp?
Properties
Optional
algorithm
algorithm
?:
|
"SHA-1"
|
"SHA-224"
|
"SHA-256"
|
"SHA-384"
|
"SHA-512"
|
"SHA3-224"
|
"SHA3-256"
|
"SHA3-384"
|
"SHA3-512"
Optional
digits
digits
?:
number
Optional
period
period
?:
number
Optional
timestamp
timestamp
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
digits
period
timestamp
@lzwme/fe-utils
Loading...
Param: digits
Param: algorithm
Param: period
Param: timestamp