Skip to content

Commit 3f816b6

Browse files
committed
reverting changes in authapi.md
1 parent d6618b3 commit 3f816b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

common/api-review/auth.api.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -765,22 +765,18 @@ export interface TotpMultiFactorInfo extends MultiFactorInfo {
765765

766766
// @public
767767
export class TotpSecret {
768-
// (undocumented)
769768
readonly codeIntervalSeconds: number;
770-
// (undocumented)
771769
readonly codeLength: number;
772770
// Warning: (ae-forgotten-export) The symbol "StartTotpMfaEnrollmentResponse" needs to be exported by the entry point index.d.ts
773771
//
774772
// @internal (undocumented)
775773
static _fromStartTotpMfaEnrollmentResponse(response: StartTotpMfaEnrollmentResponse, auth: AuthInternal): TotpSecret;
776774
generateQrCodeUrl(accountName?: string, issuer?: string): string;
777-
// (undocumented)
778775
readonly hashingAlgorithm: string;
779776
// Warning: (ae-forgotten-export) The symbol "TotpVerificationInfo" needs to be exported by the entry point index.d.ts
780777
//
781778
// @internal (undocumented)
782779
_makeTotpVerificationInfo(otp: string): TotpVerificationInfo;
783-
// (undocumented)
784780
readonly secretKey: string;
785781
}
786782

@@ -868,4 +864,4 @@ export function verifyBeforeUpdateEmail(user: User, newEmail: string, actionCode
868864
export function verifyPasswordResetCode(auth: Auth, code: string): Promise<string>;
869865

870866

871-
```
867+
```

0 commit comments

Comments
 (0)