@auth0/auth0-acul-js - v0.1.0-beta.9
    Preparing search index...

    Interface PasskeyCreateResponse

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

    Properties

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