@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface CredentialResponse

    interface CredentialResponse {
        clientDataJSON: string | null;
        attestationObject: string | null;
        transports?: string[];
    }
    Index

    Properties

    clientDataJSON: string | null
    attestationObject: string | null
    transports?: string[]