G - The grant or body of the requestR - The response typepublic interface TokenRequestContext<G,R extends TokenResponse>
| Modifier and Type | Method and Description | 
|---|---|
| OauthClientConfiguration | getClientConfiguration() | 
| SecureEndpoint | getEndpoint() | 
| io.micronaut.core.type.Argument<?> | getErrorResponseType() | 
| G | getGrant() | 
| io.micronaut.http.MediaType | getMediaType() | 
| io.micronaut.core.type.Argument<R> | getResponseType() | 
G getGrant()
io.micronaut.core.type.Argument<R> getResponseType()
io.micronaut.core.type.Argument<?> getErrorResponseType()
io.micronaut.http.MediaType getMediaType()
SecureEndpoint getEndpoint()
OauthClientConfiguration getClientConfiguration()