public interface AuthorizationResponse
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | KEY_CODE | 
| static java.lang.String | KEY_STATE | 
| Modifier and Type | Method and Description | 
|---|---|
| io.micronaut.http.HttpRequest<?> | getCallbackRequest() | 
| java.lang.String | getCode() | 
| State | getState() | 
static final java.lang.String KEY_CODE
static final java.lang.String KEY_STATE
@Nullable State getState()
@NonNull java.lang.String getCode()
@NonNull io.micronaut.http.HttpRequest<?> getCallbackRequest()