Admin O Auth Refresh Token Delete
Revoke an OAuth refresh token. This prevents future refresh-token use. Because Storyden OAuth access tokens are JWTs, any access token already issued from this grant remains valid until its normal expiry.
/admin/oauth/refresh-tokens/{oauth_refresh_token_id}Revoke an OAuth refresh token.
This prevents future refresh-token use. Because Storyden OAuth access tokens are JWTs, any access token already issued from this grant remains valid until its normal expiry.
In: cookie
Path Parameters
OAuth refresh token ID.
xidResponse Body
application/json
curl -X DELETE "https://example.com/admin/oauth/refresh-tokens/cc5lnd2s1s4652adtu50"{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Admin O Auth Device Authorization List GET
List OAuth device authorisation records. Device authorisation records are short-lived records created by the OAuth 2.0 Device Authorisation Grant. They are not owned by an account until a signed-in user claims and approves or denies the user code.
Admin O Auth Refresh Token List GET
List OAuth refresh tokens. Refresh tokens are account-owned grants for an OAuth client. Revoking a refresh token prevents future token renewal, but does not immediately invalidate already-issued JWT access tokens.