| Package | Description |
|---|---|
| de.adorsys.opba.fintech.api.model.generated | |
| de.adorsys.opba.fintech.api.resource.generated | |
| de.adorsys.opba.fintech.impl.controller |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
InlineResponse200.userProfile(UserProfile userProfile) |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationApi._callbackGetLogin(@NotNull @Valid String code,
@NotNull @Valid String state,
@NotNull @Valid String scope,
@Valid String error) |
default org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationApi._loginPOST(@Valid LoginRequest body,
UUID xRequestID) |
default org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationApi.callbackGetLogin(String code,
String state,
String scope,
String error) |
default org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationApi.loginPOST(LoginRequest body,
UUID xRequestID) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationImpl.callbackGetLogin(String code,
String state,
String scope,
String error) |
org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationImpl.loginPOST(LoginRequest loginRequest,
UUID xRequestID) |
Copyright © 2020. All rights reserved.