default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
AuthStateConsentAuthorizationApi._authUsingGET(String authId,
@Valid String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
UpdateConsentAuthorizationApi._embeddedUsingPOST(UUID xRequestID,
String X_XSRF_TOKEN,
String authId,
@Valid PsuAuthRequest body,
@Valid String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
FromAspspConsentAuthorizationApi._fromAspspNokUsingGET(String authId,
String redirectState,
@Valid String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
FromAspspConsentAuthorizationApi._fromAspspOkUsingGET(String authId,
String redirectState,
@Valid String redirectCode,
@Valid String code) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
AuthStateConsentAuthorizationApi.authUsingGET(String authId,
String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
UpdateConsentAuthorizationApi.embeddedUsingPOST(UUID xRequestID,
String X_XSRF_TOKEN,
String authId,
PsuAuthRequest body,
String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
FromAspspConsentAuthorizationApi.fromAspspNokUsingGET(String authId,
String redirectState,
String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
FromAspspConsentAuthorizationApi.fromAspspOkUsingGET(String authId,
String redirectState,
String redirectCode,
String code) |