public interface Oauth2Service
| Modifier and Type | Interface and Description |
|---|---|
static class |
Oauth2Service.Parameters |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAuthorizationRequestUri(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
TokenResponse |
getToken(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
URI getAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
IOExceptionTokenResponse getToken(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
IOExceptionCopyright © 2019. All rights reserved.