Uses of Interface
cz.diribet.chystat.api.client.jwt.JwtTokenProvider
-
Packages that use JwtTokenProvider Package Description cz.diribet.chystat.api.client.impl cz.diribet.chystat.api.client.jwt -
-
Uses of JwtTokenProvider in cz.diribet.chystat.api.client.impl
Constructors in cz.diribet.chystat.api.client.impl with parameters of type JwtTokenProvider Constructor Description ChystatApiClient(String baseUrl, com.google.gson.Gson gson, JwtTokenProvider jwtTokenProvider)ChystatApiClient(String baseUrl, JwtTokenProvider jwtTokenProvider) -
Uses of JwtTokenProvider in cz.diribet.chystat.api.client.jwt
Classes in cz.diribet.chystat.api.client.jwt that implement JwtTokenProvider Modifier and Type Class Description classCachingJwtTokenProviderJWT token provider that caches the created JWT tokens for 9 minutes (10 minutes is the validity of the JWT token)classDefaultJwtTokenProvider
-