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

    Interface UpdateClientGrantRequestContent

    {}
    
    interface UpdateClientGrantRequestContent {
        scope?: string[];
        organization_usage?: ClientGrantOrganizationNullableUsageEnum;
        allow_any_organization?: boolean;
        authorization_details_types?: string[];
    }
    Index

    Properties

    scope?: string[]

    Scopes allowed for this client grant.

    allow_any_organization?: boolean

    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.