メインコンテンツへスキップ
PATCH
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

ID of the refresh token to update.

ボディ

refresh_token_metadata
object | null

Metadata associated with the refresh token. Pass null or {} to remove all metadata.

レスポンス

Refresh token successfully updated.

id
string

The ID of the refresh token

user_id
string
デフォルト:auth0|507f1f77bcf86cd799439020

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

created_at

The date and time when the refresh token was created

idle_expires_at

The date and time when the refresh token was created

expires_at

The date and time when the refresh token was created

device
object

Device used while issuing/exchanging the refresh token

client_id
string

ID of the client application granted with this refresh token

session_id
string | null

ID of the authenticated session used to obtain this refresh-token

rotating
boolean

True if the token is a rotating refresh token

resource_servers
object[]

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

refresh_token_metadata
object | null

Metadata associated with the refresh token, in the form of an object with string values (max 255 chars). Maximum of 25 metadata properties allowed.

last_exchanged_at

The date and time when the refresh token was created