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