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

    Interface UpdateClientGrantRequestContent

    {}
    
    interface UpdateClientGrantRequestContent {
        scope?: string[];
        organization_usage?:
            | Management.ClientGrantOrganizationNullableUsageEnum
            | null;
        allow_any_organization?: boolean
        | null;
        authorization_details_types?: string[];
        allow_all_scopes?: boolean | null;
    }
    Index

    Properties

    scope?: string[]

    Scopes allowed for this client grant.

    allow_any_organization?: boolean | null

    Controls allowing any organization to be used with this grant

    authorization_details_types?: string[]

    Types of authorization_details allowed for this client grant.

    allow_all_scopes?: boolean | null

    If enabled, all scopes configured on the resource server are allowed for this grant.