@RestController @RequestMapping(value="/sca") @MiddlewareUserResource public class RedirectScaResource extends Object implements RedirectScaRestAPI
BASE_PATH| Constructor and Description |
|---|
RedirectScaResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
authoriseForConsent(ScaLoginOprTO loginOpr) |
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
authorize(String authorisationId,
String authCode) |
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
getSCA(String authorisationId) |
org.springframework.http.ResponseEntity<GlobalScaResponseTO> |
selectMethod(String authorisationId,
String scaMethodId) |
public org.springframework.http.ResponseEntity<GlobalScaResponseTO> authoriseForConsent(ScaLoginOprTO loginOpr)
authoriseForConsent in interface RedirectScaRestAPIpublic org.springframework.http.ResponseEntity<GlobalScaResponseTO> getSCA(String authorisationId)
getSCA in interface RedirectScaRestAPIpublic org.springframework.http.ResponseEntity<GlobalScaResponseTO> selectMethod(String authorisationId, String scaMethodId)
selectMethod in interface RedirectScaRestAPIpublic org.springframework.http.ResponseEntity<GlobalScaResponseTO> authorize(String authorisationId, String authCode)
authorize in interface RedirectScaRestAPICopyright © 2021. All rights reserved.