| Constructor and Description |
|---|
SCAController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
login(String login,
String pin)
STEP-P1, STEP-A1: Validates the login and password of a user.
|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
selectMethod(String scaId,
String authorisationId,
String methodId,
String cookies)
Select a method for sending the authentication code.
|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
validateAuthCode(String scaId,
String authorisationId,
String authCode,
String cookies) |
public static final String BASE_PATH
public org.springframework.http.ResponseEntity<AuthorizeResponse> login(String login, String pin)
public org.springframework.http.ResponseEntity<AuthorizeResponse> selectMethod(String scaId, String authorisationId, String methodId, String cookies)
selectMethod in interface SCAApiscaId - the id of the login processmethodId - the auth method idauthorisationId - the auth id.cookies - the cookie stringpublic org.springframework.http.ResponseEntity<AuthorizeResponse> validateAuthCode(String scaId, String authorisationId, String authCode, String cookies)
validateAuthCode in interface SCAApiCopyright © 2019. All rights reserved.