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. |