O Auth Refresh Token Delete
Revoke one OAuth refresh token issued to the authenticated account. This prevents future refresh-token use for the selected grant. Existing JWT access tokens remain valid until their expiry.
Revoke one OAuth refresh token issued to the authenticated account.
This prevents future refresh-token use for the selected grant. Existing JWT access tokens remain valid until their expiry.
/auth/oauth/tokens/{oauth_refresh_token_id}Authorization
browser In: cookie
Path Parameters
OAuth refresh token ID.
xidResponse Body
application/json
application/json
curl -X DELETE "https://loading/api/auth/oauth/tokens/cc5lnd2s1s4652adtu50"{
"error": "string",
"error_description": "string"
}{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}O Auth Provider Callback POST
OAuth2 callback.
O Auth Refresh Token List GET
List OAuth refresh tokens issued to the authenticated account. This is the member-facing "authorised applications" view: it lists apps the signed-in account has authorised and can revoke. In OAuth terms, these rows are grants/tokens, not application definitions. This may include grants for built-in first-party clients such as the default Storyden CLI. Those clients are not created by the member and therefore do not appear in the member OAuth client list.