Interface AuthAPI


public interface AuthAPI
Access and configure supported authentication providers via simplified and fluent style API.
  • Method Details

    • basicAuth

      static FluentBasicAuth basicAuth()
      Configure and create a basic (username and password) authentication provider.
      Returns:
      fluent style api
    • googleAuth

      static FluentGoogleAuth googleAuth()
      Configure and create a Google authentication provider.
      Returns:
      fluent style api
    • keycloakAuth

      static FluentKeycloakAuth keycloakAuth()
      Configure and create a Keycloak authentication provider.
      Returns:
      fluent style api
    • microsoftAuth

      static FluentMicrosoftAuth microsoftAuth()
      Configure and create a Microsoft authentication provider.
      Returns:
      fluent style api