Uses of Enum Class
com.github.scribejava.core.revoke.TokenTypeHint
Packages that use TokenTypeHint
-
Uses of TokenTypeHint in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth with parameters of type TokenTypeHintModifier and TypeMethodDescriptionprotected OAuthRequestOAuth20Service.createRevokeTokenRequest(String tokenToRevoke, TokenTypeHint tokenTypeHint) OAuth20Service.revokeToken(String tokenToRevoke, OAuthAsyncRequestCallback<Void> callback, TokenTypeHint tokenTypeHint) voidOAuth20Service.revokeToken(String tokenToRevoke, TokenTypeHint tokenTypeHint) OAuth20Service.revokeTokenAsync(String tokenToRevoke, TokenTypeHint tokenTypeHint) -
Uses of TokenTypeHint in com.github.scribejava.core.revoke
Methods in com.github.scribejava.core.revoke that return TokenTypeHintModifier and TypeMethodDescriptionstatic TokenTypeHintReturns the enum constant of this class with the specified name.static TokenTypeHint[]TokenTypeHint.values()Returns an array containing the constants of this enum class, in the order they are declared.