Interface ProviderSettingsService


public interface ProviderSettingsService
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the latest JWT secret stored in the cache
    void
    Resets JWT secret - generating a new secret
  • Method Details

    • getJwtSecret

      String getJwtSecret()
      Gets the latest JWT secret stored in the cache
      Returns:
      the jwt secret
    • reset

      void reset()
      Resets JWT secret - generating a new secret