Package io.micronaut.security.endpoints
Interface OauthControllerConfiguration
- All Superinterfaces:
ControllerConfiguration
,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
OauthControllerConfigurationProperties
Encapsulates the configuration of
OauthController
.- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.security.endpoints.ControllerConfiguration
getPath
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
isGetAllowed
boolean isGetAllowed()- Returns:
- Whether GET requests are allowed to refresh tokens. Only applies to cookie based requests.
-