public interface ObaConsentApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<ObaAisConsent>> |
consents(String userLogin) |
org.springframework.http.ResponseEntity<Boolean> |
revokeConsent(String consentId) |
static final String BASE_PATH
@GetMapping(path="/{userLogin}")
org.springframework.http.ResponseEntity<List<ObaAisConsent>> consents(@PathVariable(value="userLogin")
String userLogin)
userLogin - login of current userCopyright © 2019. All rights reserved.