Uses of Class
net.officefloor.web.jwt.authority.RefreshTokenException
-
Packages that use RefreshTokenException Package Description net.officefloor.web.jwt.authority -
-
Uses of RefreshTokenException in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority that throw RefreshTokenException Modifier and Type Method Description RefreshToken
JwtAuthority. createRefreshToken(I identity)
Creates the refresh token for the identity.I
JwtAuthority. decodeRefreshToken(java.lang.String refreshToken)
Decodes the refresh token for the identity.
-