Back to Node Auth0

Interface AssociateOrganizationClientGrantRequestContent

docs/interfaces/management.Management.AssociateOrganizationClientGrantRequestContent.html

5.9.1643 B
Original Source

Interface AssociateOrganizationClientGrantRequestContent

Example

{ * grant_id: "grant_id" * }Copy

interface AssociateOrganizationClientGrantRequestContent {
grant_id: string;
}

Index

Properties

grant_id

Properties

grant_id

grant_id: string

A Client Grant ID to add to the organization.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties grant_id