Interface JwtCredentials
- All Known Implementing Classes:
JwtAndXsrfTokenCredentials
,JwtOnlyCredentials
public interface JwtCredentials
-
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jwt.JWT
getJwt()
toUserCredentials
(String tenantName, JwtTokenAuthentication jwtTokenAuthentication)
-
Method Details
-
getJwt
com.nimbusds.jwt.JWT getJwt() -
toUserCredentials
-