File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -765,22 +765,18 @@ export interface TotpMultiFactorInfo extends MultiFactorInfo {
765
765
766
766
// @public
767
767
export class TotpSecret {
768
- // (undocumented)
769
768
readonly codeIntervalSeconds: number ;
770
- // (undocumented)
771
769
readonly codeLength: number ;
772
770
// Warning: (ae-forgotten-export) The symbol "StartTotpMfaEnrollmentResponse" needs to be exported by the entry point index.d.ts
773
771
//
774
772
// @internal (undocumented)
775
773
static _fromStartTotpMfaEnrollmentResponse(response : StartTotpMfaEnrollmentResponse , auth : AuthInternal ): TotpSecret ;
776
774
generateQrCodeUrl(accountName ? : string , issuer ? : string ): string ;
777
- // (undocumented)
778
775
readonly hashingAlgorithm: string ;
779
776
// Warning: (ae-forgotten-export) The symbol "TotpVerificationInfo" needs to be exported by the entry point index.d.ts
780
777
//
781
778
// @internal (undocumented)
782
779
_makeTotpVerificationInfo(otp : string ): TotpVerificationInfo ;
783
- // (undocumented)
784
780
readonly secretKey: string ;
785
781
}
786
782
You can’t perform that action at this time.
0 commit comments