public class AzureJsonTokenExtractor extends Object implements com.github.scribejava.core.extractors.TokenExtractor<com.github.scribejava.core.model.OAuth2AccessToken>
| Modifier | Constructor and Description |
|---|---|
protected |
AzureJsonTokenExtractor() |
| Modifier and Type | Method and Description |
|---|---|
com.github.scribejava.core.model.OAuth2AccessToken |
extract(com.github.scribejava.core.model.Response response) |
static AzureJsonTokenExtractor |
instance() |
public static AzureJsonTokenExtractor instance()
public com.github.scribejava.core.model.OAuth2AccessToken extract(com.github.scribejava.core.model.Response response)
throws IOException,
com.github.scribejava.core.exceptions.OAuthException
extract in interface com.github.scribejava.core.extractors.TokenExtractor<com.github.scribejava.core.model.OAuth2AccessToken>IOExceptioncom.github.scribejava.core.exceptions.OAuthExceptionCopyright © 2016–2021. All rights reserved.