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

    Interface ClientDefaultOrganization

    Defines the default Organization ID and flows

    interface ClientDefaultOrganization {
        organization_id: string;
        flows: "client_credentials"[];
    }
    Index

    Properties

    organization_id: string

    The default Organization ID to be used

    flows: "client_credentials"[]

    The default Organization usage