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

    Interface CreateClientGrantResponseContent

    interface CreateClientGrantResponseContent {
        id?: string;
        client_id?: string;
        audience?: string;
        scope?: string[];
        organization_usage?: Management.ClientGrantOrganizationUsageEnum;
        allow_any_organization?: boolean;
        is_system?: boolean;
        subject_type?: Management.ClientGrantSubjectTypeEnum;
        authorization_details_types?: string[];
    }
    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.

    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.

    is_system?: boolean

    If enabled, this grant is a special grant created by Auth0. It cannot be modified or deleted directly.

    authorization_details_types?: string[]

    Types of authorization_details allowed for this client grant. Use of this field is subject to the applicable Free Trial terms in Okta’s Master Subscription Agreement.