Interface SnapshotTokenConfig
-
- All Known Implementing Classes:
JwtTokenHandlerConfig
public interface SnapshotTokenConfig
Represents the configuration for anTokenHandler
.- Since:
- 0.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getType()
Gets the type of the snapshot token represented by this configuration.
-
-
-
Method Detail
-
getType
String getType()
Gets the type of the snapshot token represented by this configuration.- Returns:
- the token type
-
-