Uses of Class
com.github.scribejava.core.model.Token
-
Packages that use Token Package Description com.github.scribejava.core.extractors com.github.scribejava.core.model -
-
Uses of Token in com.github.scribejava.core.extractors
Classes in com.github.scribejava.core.extractors with type parameters of type Token Modifier and Type Interface Description interfaceTokenExtractor<T extends Token>Simple command object that extracts a concreteTokenfrom a String -
Uses of Token in com.github.scribejava.core.model
Subclasses of Token in com.github.scribejava.core.model Modifier and Type Class Description classOAuth1AccessTokenRepresents an OAuth 1 Access Token http://tools.ietf.org/html/rfc5849#section-2.3classOAuth1RequestTokenRepresents an OAuth 1 Request Token http://tools.ietf.org/html/rfc5849#section-2.1classOAuth1TokenRepresents an abstract OAuth 1 Token (either request or access token)classOAuth2AccessTokenRepresents an OAuth 2 Access token.
-