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

    Interface CredentialResponse

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

    Properties

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