Class DefaultJwtTokenProvider
- java.lang.Object
-
- cz.diribet.chystat.api.client.jwt.CachingJwtTokenProvider
-
- cz.diribet.chystat.api.client.jwt.DefaultJwtTokenProvider
-
- All Implemented Interfaces:
JwtTokenProvider
public class DefaultJwtTokenProvider extends CachingJwtTokenProvider
-
-
Constructor Summary
Constructors Constructor Description DefaultJwtTokenProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFreshJwtToken()-
Methods inherited from class cz.diribet.chystat.api.client.jwt.CachingJwtTokenProvider
getJwtToken
-
-
-
-
Method Detail
-
getFreshJwtToken
protected String getFreshJwtToken()
- Specified by:
getFreshJwtTokenin classCachingJwtTokenProvider
-
-