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

    Interface FormWidgetAuth0VerifiableCredentials

    interface FormWidgetAuth0VerifiableCredentials {
        id: string;
        category: "WIDGET";
        type: "AUTH0_VERIFIABLE_CREDENTIALS";
        config: FormWidgetAuth0VerifiableCredentialsConfig;
        label?: string;
        hint?: string;
        required?: boolean;
        sensitive?: boolean;
    }
    Index

    Properties

    id: string
    category: "WIDGET"
    type: "AUTH0_VERIFIABLE_CREDENTIALS"
    label?: string
    hint?: string
    required?: boolean
    sensitive?: boolean