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

    Interface AssociateOrganizationClientGrantResponseContent

    interface AssociateOrganizationClientGrantResponseContent {
        id?: string;
        client_id?: string;
        audience?: string;
        scope?: string[];
        organization_usage?: Management.OrganizationUsageEnum;
        allow_any_organization?: boolean;
    }
    Index

    Properties

    id?: string

    ID of the client grant.

    client_id?: string

    ID of the client.

    audience?: string

    The audience (API identifier) of this client grant

    scope?: string[]

    Scopes allowed for this client grant.

    organization_usage?: Management.OrganizationUsageEnum
    allow_any_organization?: boolean

    If enabled, any organization can be used with this grant. If disabled (default), the grant must be explicitly assigned to the desired organizations.