UserRegistrationChallenge: {
    attestation: AuthenticatorAttestationOptions;
    authenticatorSelection: AuthenticatorSelection;
    challenge: string;
    excludeCredentials: AllowCredential[];
    otpUrl: string;
    pubKeyCredParams: PubKeyCredParams[];
    rp: RelyingParty;
    supportedCredentialKinds: SupportedCredentialKinds;
    temporaryAuthenticationToken: Jwt;
    user: AuthenticationUserInformation;
}

Type declaration

Generated using TypeDoc