Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FormWidgetAuth0VerifiableCredentialsConfig

    This file was auto-generated by Fern from our API Definition.

    interface FormWidgetAuth0VerifiableCredentialsConfig {
        url: string;
        size?: number;
        alternate_text: string;
        access_token: string;
        verification_id: string;
        max_wait?: number;
    }
    Index

    Properties

    url: string
    size?: number
    alternate_text: string
    access_token: string
    verification_id: string
    max_wait?: number