Back to Node Auth0

Interface ScimTokenItem

docs/interfaces/management.Management.ScimTokenItem.html

5.9.11.2 KB
Original Source

Interface ScimTokenItem

interface ScimTokenItem {
token_id?: string;
scopes?: string[];
created_at?: string;
valid_until?: string;
last_used_at?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

token_id?scopes?created_at?valid_until?last_used_at?

Properties

Optionaltoken_id

token_id?: string

The token's identifier

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 timestamp

Optionallast_used_at

last_used_at?: string

The token's last used at timestamp

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties token_idscopescreated_atvalid_untillast_used_at