Back to Node Auth0

Interface ClientGrantResponseContent

docs/interfaces/management.Management.ClientGrantResponseContent.html

5.9.13.2 KB
Original Source

Interface ClientGrantResponseContent

interface ClientGrantResponseContent {
id?: string;
client_id?: string;
audience?: string;
scope?: string[];
organization_usage?: Management.ClientGrantOrganizationUsageEnum;
allow_any_organization?: boolean;
default_for?: "third_party_clients";
is_system?: boolean;
subject_type?: Management.ClientGrantSubjectTypeEnum;
authorization_details_types?: string[];
allow_all_scopes?: boolean;
}

Index

Properties

id?client_id?audience?scope?organization_usage?allow_any_organization?default_for?is_system?subject_type?authorization_details_types?allow_all_scopes?

Properties

Optionalid

id?: string

ID of the client grant.

Optionalclient_id

client_id?: string

ID of the client.

Optionalaudience

audience?: string

The audience (API identifier) of this client grant.

Optionalscope

scope?: string[]

Scopes allowed for this client grant.

Optionalorganization_usage

organization_usage?: Management.ClientGrantOrganizationUsageEnum

Optionalallow_any_organization

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.

Optionaldefault_for

default_for?: "third_party_clients"

Optionalis_system

is_system?: boolean

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

Optionalsubject_type

subject_type?: Management.ClientGrantSubjectTypeEnum

Optionalauthorization_details_types

authorization_details_types?: string[]

Types of authorization_details allowed for this client grant.

Optionalallow_all_scopes

allow_all_scopes?: boolean

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idclient_idaudiencescopeorganization_usageallow_any_organizationdefault_foris_systemsubject_typeauthorization_details_typesallow_all_scopes