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()