Update a refresh token by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the refresh token to update.
Metadata associated with the refresh token. Pass null or {} to remove all metadata.
Refresh token successfully updated.
The ID of the refresh token
ID of the user which can be used when interacting with other APIs.
The date and time when the refresh token was created
The date and time when the refresh token was created
The date and time when the refresh token was created
Device used while issuing/exchanging the refresh token
ID of the client application granted with this refresh token
ID of the authenticated session used to obtain this refresh-token
True if the token is a rotating refresh token
A list of the resource server IDs associated to this refresh-token and their granted scopes
Metadata associated with the refresh token, in the form of an object with string values (max 255 chars). Maximum of 25 metadata properties allowed.
The date and time when the refresh token was created