docs/interfaces/management.Management.GetRefreshTokenResponseContent.html
interface GetRefreshTokenResponseContent {
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;
}
Accepts any additional 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?
Optionalidid?: string
The ID of the refresh token
Optionaluser_iduser_id?: string
ID of the user which can be used when interacting with other APIs.
Optionalcreated_atcreated_at?: RefreshTokenDate
Optionalidle_expires_atidle_expires_at?: RefreshTokenDate
Optionalexpires_atexpires_at?: RefreshTokenDate
Optionaldevicedevice?: RefreshTokenDevice
Optionalclient_idclient_id?: string
ID of the client application granted with this refresh token
Optionalsession_idsession_id?: RefreshTokenSessionId
Optionalrotatingrotating?: boolean
True if the token is a rotating refresh token
Optionalresource_serversresource_servers?: RefreshTokenResourceServer[]
A list of the resource server IDs associated to this refresh-token and their granted scopes
Optionalrefresh_token_metadatarefresh_token_metadata?: RefreshTokenMetadata
Optionallast_exchanged_atlast_exchanged_at?: RefreshTokenDate
Member Visibility
ThemeOSLightDark
Properties iduser_idcreated_atidle_expires_atexpires_atdeviceclient_idsession_idrotatingresource_serversrefresh_token_metadatalast_exchanged_at