Back to Node Auth0

Interface UpdateClientGrantRequestContent

docs/interfaces/management.Management.UpdateClientGrantRequestContent.html

5.9.12.0 KB
Original Source

Interface UpdateClientGrantRequestContent

Example

{}Copy

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

Index

Properties

scope?organization_usage?allow_any_organization?authorization_details_types?allow_all_scopes?

Properties

Optionalscope

scope?: string[] | null

Scopes allowed for this client grant.

Optionalorganization_usage

organization_usage?: Management.ClientGrantOrganizationNullableUsageEnum | null

Optionalallow_any_organization

allow_any_organization?: boolean | null

Controls allowing any organization to be used with this grant

Optionalauthorization_details_types

authorization_details_types?: string[]

Types of authorization_details allowed for this client grant.

Optionalallow_all_scopes

allow_all_scopes?: boolean | null

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties scopeorganization_usageallow_any_organizationauthorization_details_typesallow_all_scopes