Uses of Class
com.github.scribejava.core.model.Token
Packages that use Token
-
Uses of Token in com.github.scribejava.core.extractors
Classes in com.github.scribejava.core.extractors with type parameters of type TokenModifier and TypeInterfaceDescriptioninterfaceTokenExtractor<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.modelModifier and TypeClassDescriptionclassRepresents an OAuth 1 Access Token http://tools.ietf.org/html/rfc5849#section-2.3classRepresents an OAuth 1 Request Token http://tools.ietf.org/html/rfc5849#section-2.1classRepresents an abstract OAuth 1 Token (either request or access token)classRepresents an OAuth 2 Access token.