@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public interface AuthStateConsentAuthorizationApi
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
_authUsingGET(String authId,
@Valid String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
authUsingGET(String authId,
String redirectCode) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/consent/{auth-id}", produces="application/json", method=GET) default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> _authUsingGET(@PathVariable(value="auth-id") String authId, @Valid @RequestParam(value="redirectCode",required=false) @Valid String redirectCode)
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> authUsingGET(String authId, String redirectCode)
Copyright © 2020. All rights reserved.