| Package | Description |
|---|---|
| com.github.scribejava.core.extractors | |
| com.github.scribejava.core.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TokenExtractor<T extends Token>
Simple command object that extracts a concrete
Token from a String |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth1AccessToken
Represents an OAuth 1 Access Token http://tools.ietf.org/html/rfc5849#section-2.3
|
class |
OAuth1RequestToken
Represents an OAuth 1 Request Token http://tools.ietf.org/html/rfc5849#section-2.1
|
class |
OAuth1Token
Represents an abstract OAuth 1 Token (either request or access token)
|
class |
OAuth2AccessToken
Represents an OAuth 2 Access token.
|
Copyright © 2018. All rights reserved.