Interface OauthControllerConfiguration

  • All Superinterfaces:
    io.micronaut.core.util.Toggleable
    All Known Implementing Classes:
    OauthControllerConfigurationProperties

    public interface OauthControllerConfiguration
    extends io.micronaut.core.util.Toggleable
    Encapsulates the configuration of OauthController.
    Since:
    1.0
    Author:
    Sergio del Amo
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      The path the controller can be accessed at.
      • Methods inherited from interface io.micronaut.core.util.Toggleable

        isEnabled
    • Method Detail

      • getPath

        java.lang.String getPath()
        The path the controller can be accessed at.
        Returns:
        The path e.g. /oauth/access_token