Modifier and Type | Method and Description |
---|---|
CompletableFuture |
UpdateAuthConsentServiceController.embeddedUsingPOST(UUID xRequestID,
String xXsrfToken,
String authId,
PsuAuthRequest body,
String redirectCode) |
Modifier and Type | Method and Description |
---|---|
PsuAuthRequest |
PsuAuthRequest.consentAuth(ConsentAuth consentAuth) |
PsuAuthRequest |
PsuAuthRequest.extras(Map<String,String> extras) |
PsuAuthRequest |
PsuAuthRequest.putExtrasItem(String key,
String extrasItem) |
PsuAuthRequest |
PsuAuthRequest.putScaAuthenticationDataItem(String key,
String scaAuthenticationDataItem) |
PsuAuthRequest |
PsuAuthRequest.scaAuthenticationData(Map<String,String> scaAuthenticationData) |
Modifier and Type | Method and Description |
---|---|
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>> |
UpdateConsentAuthorizationApi.embeddedUsingPOST(UUID xRequestID,
String X_XSRF_TOKEN,
String authId,
PsuAuthRequest body,
String redirectCode) |
Modifier and Type | Method and Description |
---|---|
AisConsent |
AisConsentMapper.map(PsuAuthRequest request) |
Modifier and Type | Method and Description |
---|---|
AisConsent |
AisConsentMapperImpl.map(PsuAuthRequest request) |
Copyright © 2020. All rights reserved.