Back to Node Auth0

Interface ClientDefaultOrganization

docs/interfaces/management.Management.ClientDefaultOrganization.html

5.9.1769 B
Original Source

Interface ClientDefaultOrganization

Defines the default Organization ID and flows

interface ClientDefaultOrganization {
organization_id: string;
flows: "client_credentials"[];
}

Index

Properties

organization_idflows

Properties

organization_id

organization_id: string

The default Organization ID to be used

flows

flows: "client_credentials"[]

The default Organization usage

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties organization_idflows