Jump to top

TotpMultiFactorGenerator

interface

Properties

FACTOR_ID

</>
FACTOR_ID: TOTP;

Methods

assertionForEnrollment

</>
assertionForEnrollment(secret: TotpSecret, code: string): MultiFactorAssertion;

assertionForSignIn

</>
assertionForSignIn(uid: string, totpSecret: string): MultiFactorAssertion;

generateSecret

</>
generateSecret(session: MultiFactorSession, auth: FirebaseAuthTypes.Auth): Promise<TotpSecret>;