Interface ProviderSettingsService
public interface ProviderSettingsService
-
Method Summary
Modifier and TypeMethodDescriptionGets the latest JWT secret stored in the cachevoidreset()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
-