Uses of Class
com.github.scribejava.core.revoke.TokenTypeHint
-
Packages that use TokenTypeHint Package Description com.github.scribejava.core.oauth com.github.scribejava.core.revoke -
-
Uses of TokenTypeHint in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth with parameters of type TokenTypeHint Modifier and Type Method Description protected OAuthRequestOAuth20Service. createRevokeTokenRequest(java.lang.String tokenToRevoke, TokenTypeHint tokenTypeHint)java.util.concurrent.Future<java.lang.Void>OAuth20Service. revokeToken(java.lang.String tokenToRevoke, OAuthAsyncRequestCallback<java.lang.Void> callback, TokenTypeHint tokenTypeHint)voidOAuth20Service. revokeToken(java.lang.String tokenToRevoke, TokenTypeHint tokenTypeHint)java.util.concurrent.Future<java.lang.Void>OAuth20Service. revokeTokenAsync(java.lang.String tokenToRevoke, TokenTypeHint tokenTypeHint) -
Uses of TokenTypeHint in com.github.scribejava.core.revoke
Methods in com.github.scribejava.core.revoke that return TokenTypeHint Modifier and Type Method Description static TokenTypeHintTokenTypeHint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TokenTypeHint[]TokenTypeHint. values()Returns an array containing the constants of this enum type, in the order they are declared.
-