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

    Interface CredentialResponse

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

    Properties

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