Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface OrganizationClientMetadata

    Metadata about the associated client.

    interface OrganizationClientMetadata {
        name?: string;
        app_type?: string;
        logo_uri?: string | null;
        is_first_party?: boolean;
        grant_types?: string[];
        organization_usage?: Management.OrganizationClientMetadataOrganizationUsageEnum;
    }
    Index
    name?: string

    The name of the client.

    app_type?: string

    The type of the client application.

    logo_uri?: string | null

    The URI of the client logo.

    is_first_party?: boolean

    Whether this client is a first-party client (true) or not (false).

    grant_types?: string[]

    The grant types enabled for the client.