Back to Node Auth0

Interface CreateScimTokenRequestContent

docs/interfaces/management.Management.CreateScimTokenRequestContent.html

5.9.1792 B
Original Source

Interface CreateScimTokenRequestContent

Example

{}Copy

interface CreateScimTokenRequestContent {
scopes?: string[];
token_lifetime?: number | null;
}

Index

Properties

scopes?token_lifetime?

Properties

Optionalscopes

scopes?: string[]

The scopes of the scim token

Optionaltoken_lifetime

token_lifetime?: number | null

Lifetime of the token in seconds. Must be greater than 900

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties scopestoken_lifetime