Uses of Interface
de.xima.fc.security.token.response.IRefreshTokenResponse
-
Packages that use IRefreshTokenResponse Package Description de.xima.fc.security.token -
-
Uses of IRefreshTokenResponse in de.xima.fc.security.token
Methods in de.xima.fc.security.token that return IRefreshTokenResponse Modifier and Type Method Description IRefreshTokenResponse
ITokenEndpoint. refresh(String clientName, String refreshToken)
Refreshes the access token using the refresh token.
-