Type alias UserActionChallengeResponse
 
UserActionChallengeResponse: {     allowCredentials: {         key: AllowCredential[];         webauthn: AllowCredential[];     };     challenge: string;     challengeIdentifier: string;     externalAuthenticationUrl: string;     supportedCredentialKinds: {         factor: CredentialFactor;         kind: CredentialKind;         requiresSecondFactor: boolean;     }[]; } 
Type declaration
- 
 
- 
challenge: string
 
- 
challengeIdentifier: string
 
- 
externalAuthenticationUrl: string
 
- 
supportedCredentialKinds: { 
    factor: CredentialFactor; 
    kind: CredentialKind; 
    requiresSecondFactor: boolean; 
}[]