Interface OidcDbTokenStateManagerBuildTimeConfig


@ConfigMapping(prefix="quarkus.oidc.db-token-state-manager") @ConfigRoot public interface OidcDbTokenStateManagerBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether token state should be stored in the database.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Whether token state should be stored in the database.