TotpCredential: {
    kind: Totp;
    otpUrl: string;
    rp: RelyingParty;
    temporaryAuthenticationToken: Jwt;
    user: AuthenticationUserInformation;
}

Type declaration

Generated using TypeDoc