public class TokenExtractor20Impl extends Object implements AccessTokenExtractor
AccessTokenExtractor. Conforms to OAuth 2.0| Constructor and Description |
|---|
TokenExtractor20Impl() |
| Modifier and Type | Method and Description |
|---|---|
Token |
extract(String response)
Extracts the access token from the contents of an Http Response
|
public Token extract(String response)
extract in interface AccessTokenExtractorresponse - the contents of the responseCopyright © 2015. All rights reserved.