AUTHORIZATION_REQUEST_URI| Constructor and Description |
|---|
Oauth2Controller(de.adorsys.xs2a.adapter.service.Oauth2Service oauth2Service) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.xs2a.adapter.service.psd2.model.HrefType |
getAuthorizationUrl(Map<String,String> headers,
String state,
String redirectUri) |
TokenResponseTO |
getToken(Map<String,String> headers,
String authorizationCode,
String redirectUri,
String clientId) |
public Oauth2Controller(de.adorsys.xs2a.adapter.service.Oauth2Service oauth2Service)
public de.adorsys.xs2a.adapter.service.psd2.model.HrefType getAuthorizationUrl(Map<String,String> headers, String state, String redirectUri) throws IOException
getAuthorizationUrl in interface Oauth2ApiIOExceptionpublic TokenResponseTO getToken(Map<String,String> headers, String authorizationCode, String redirectUri, String clientId) throws IOException
getToken in interface Oauth2ApiIOExceptionCopyright © 2019. All rights reserved.