@auth0/auth0-angular
    Preparing search index...

    Interface PasskeyLoginChallengeResponse

    Response from a passkey login challenge request.

    interface PasskeyLoginChallengeResponse {
        authnParamsPublicKey: PasskeyRequestOptions;
        authSession: string;
    }
    Index

    Properties

    authnParamsPublicKey: PasskeyRequestOptions
    authSession: string