Back to Node Auth0

Interface UpdateRefreshTokenResponseContent

docs/interfaces/management.Management.UpdateRefreshTokenResponseContent.html

5.9.13.6 KB
Original Source

Interface UpdateRefreshTokenResponseContent

interface UpdateRefreshTokenResponseContent {
id?: string;
user_id?: string;
created_at?: RefreshTokenDate;
idle_expires_at?: RefreshTokenDate;
expires_at?: RefreshTokenDate;
device?: RefreshTokenDevice;
client_id?: string;
session_id?: RefreshTokenSessionId;
rotating?: boolean;
resource_servers?: RefreshTokenResourceServer[];
refresh_token_metadata?: RefreshTokenMetadata;
last_exchanged_at?: RefreshTokenDate;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?user_id?created_at?idle_expires_at?expires_at?device?client_id?session_id?rotating?resource_servers?refresh_token_metadata?last_exchanged_at?

Properties

Optionalid

id?: string

The ID of the refresh token

Optionaluser_id

user_id?: string

ID of the user which can be used when interacting with other APIs.

Optionalcreated_at

created_at?: RefreshTokenDate

Optionalidle_expires_at

idle_expires_at?: RefreshTokenDate

Optionalexpires_at

expires_at?: RefreshTokenDate

Optionaldevice

device?: RefreshTokenDevice

Optionalclient_id

client_id?: string

ID of the client application granted with this refresh token

Optionalsession_id

session_id?: RefreshTokenSessionId

Optionalrotating

rotating?: boolean

True if the token is a rotating refresh token

Optionalresource_servers

resource_servers?: RefreshTokenResourceServer[]

A list of the resource server IDs associated to this refresh-token and their granted scopes

Optionalrefresh_token_metadata

refresh_token_metadata?: RefreshTokenMetadata

Optionallast_exchanged_at

last_exchanged_at?: RefreshTokenDate

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties iduser_idcreated_atidle_expires_atexpires_atdeviceclient_idsession_idrotatingresource_serversrefresh_token_metadatalast_exchanged_at