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

    Interface PasskeyCreateResponse

    interface PasskeyCreateResponse {
        id: string;
        rawId: string | null;
        type: string;
        authenticatorAttachment: string | null;
        response: CredentialResponse;
    }
    Index

    Properties

    id: string
    rawId: string | null
    type: string
    authenticatorAttachment: string | null