We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeefa1d commit e73c9f6Copy full SHA for e73c9f6
common/api-review/auth.api.md
@@ -754,7 +754,7 @@ export interface TotpMultiFactorAssertion extends MultiFactorAssertion {
754
export class TotpMultiFactorGenerator {
755
static assertionForEnrollment(secret: TotpSecret, oneTimePassword: string): TotpMultiFactorAssertion;
756
static assertionForSignIn(enrollmentId: string, oneTimePassword: string): TotpMultiFactorAssertion;
757
- static FACTOR_ID: "totp";
+ static FACTOR_ID: 'totp';
758
static generateSecret(session: MultiFactorSession): Promise<TotpSecret>;
759
}
760
0 commit comments