Spaces:
Sleeping
Sleeping
| import { Authenticator, AuthenticatorOptions, HOTP, HOTPOptions, TOTP, TOTPOptions } from '@otplib/core'; | |
| export declare const hotp: HOTP<HOTPOptions<string>>; | |
| export declare const totp: TOTP<TOTPOptions<string>>; | |
| export declare const authenticator: Authenticator<AuthenticatorOptions<string>>; | |