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

    Interface UpdateClientGrantRequestContent

    {}
    
    interface UpdateClientGrantRequestContent {
        scope?: string[];
        organization_usage?:
            | Management.ClientGrantOrganizationNullableUsageEnum
            | null;
        allow_any_organization?: boolean
        | null;
        authorization_details_types?: string[];
    }
    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. Use of this field is subject to the applicable Free Trial terms in Okta’s Master Subscription Agreement.