Class OauthController


  • @Requires(property="micronaut.security.endpoints.oauth.enabled",
              value="true")
    @Controller("${micronaut.security.endpoints.oauth.path:/oauth/access_token}")
    @Secured("isAnonymous()")
    @Validated
    public class OauthController
    extends java.lang.Object
    A controller that handles token refresh.
    Since:
    1.0
    Author:
    Sergio del Amo, Graeme Rocher