OAuthTokenRevocationRequest
org.sagebionetworks.repo.model.oauth.OAuthTokenRevocationRequest
Request body used by OAuth 2.0 clients to revoke an OAuth 2.0 token. Defined by RFC 7009 Section 2.1
Field | Type | Description |
---|---|---|
token | STRING | The token to revoke |
token_type_hint | TokenTypeHint | The type of the token to revoke. |