Skip to content

Commit 0471089

Browse files
prameshjbhparijat
authored andcommitted
Export TOTP symbols to be picked up by demo app.
1 parent 3f94477 commit 0471089

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/api-review/auth.api.md

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

766766
// @public
767767
export class TotpSecret {
768+
// (undocumented)
768769
readonly codeIntervalSeconds: number;
770+
// (undocumented)
769771
readonly codeLength: number;
770772
// Warning: (ae-forgotten-export) The symbol "StartTotpMfaEnrollmentResponse" needs to be exported by the entry point index.d.ts
771773
//
772774
// @internal (undocumented)
773775
static _fromStartTotpMfaEnrollmentResponse(response: StartTotpMfaEnrollmentResponse, auth: AuthInternal): TotpSecret;
774776
generateQrCodeUrl(accountName?: string, issuer?: string): string;
777+
// (undocumented)
775778
readonly hashingAlgorithm: string;
776779
// Warning: (ae-forgotten-export) The symbol "TotpVerificationInfo" needs to be exported by the entry point index.d.ts
777780
//
778781
// @internal (undocumented)
779782
_makeTotpVerificationInfo(otp: string): TotpVerificationInfo;
783+
// (undocumented)
780784
readonly secretKey: string;
781785
}
782786

0 commit comments

Comments
 (0)