The Open API specification for Synapse is now available for download!

Download Open API Spec

TokenTypeHint

org.sagebionetworks.repo.model.oauth.TokenTypeHint

The type of the token to revoke.

Enumeration
name description
access_token The token to revoke is an access token. The associated refresh token will also be revoked.
refresh_token The token to revoke is an refresh token. Any associated access tokens will also be revoked.