public class BaseOauth2Service extends Object implements Oauth2Service
Oauth2Service.GrantType, Oauth2Service.Parameters, Oauth2Service.ResponseType| Constructor and Description |
|---|
BaseOauth2Service(Aspsp aspsp,
HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAuthorizationRequestUri(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
TokenResponse |
getToken(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
public BaseOauth2Service(Aspsp aspsp, HttpClient httpClient)
public URI getAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
getAuthorizationRequestUri in interface Oauth2ServiceIOExceptionpublic TokenResponse getToken(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
getToken in interface Oauth2ServiceIOExceptionCopyright © 2020. All rights reserved.