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