Back to Node Auth0

Interface CreateScimTokenResponseContent

docs/interfaces/management.Management.CreateScimTokenResponseContent.html

5.9.11.1 KB
Original Source

Interface CreateScimTokenResponseContent

interface CreateScimTokenResponseContent {
token_id?: string;
token?: string;
scopes?: string[];
created_at?: string;
valid_until?: string;
}

Index

Properties

token_id?token?scopes?created_at?valid_until?

Properties

Optionaltoken_id

token_id?: string

The token's identifier

Optionaltoken

token?: string

The scim client's token

Optionalscopes

scopes?: string[]

The scopes of the scim token

Optionalcreated_at

created_at?: string

The token's created at timestamp

Optionalvalid_until

valid_until?: string

The token's valid until at timestamp

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties token_idtokenscopescreated_atvalid_until