Skip to content

Commit afd5eb5

Browse files
committed
Update API reports
1 parent d8ea446 commit afd5eb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/api-review/auth.api.md

-4
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

0 commit comments

Comments
 (0)