Uses of Class
com.sap.cloud.security.xsuaa.tokenflows.RefreshTokenFlow
-
Packages that use RefreshTokenFlow Package Description com.sap.cloud.security.xsuaa.tokenflows -
-
Uses of RefreshTokenFlow in com.sap.cloud.security.xsuaa.tokenflows
Methods in com.sap.cloud.security.xsuaa.tokenflows that return RefreshTokenFlow Modifier and Type Method Description RefreshTokenFlowRefreshTokenFlow. disableCache(boolean disableCache)Can be used to disable the cache for the flow.RefreshTokenFlowRefreshTokenFlow. refreshToken(String refreshToken)Sets the mandatory refresh token to be exchanged for a (refreshed) JWT.RefreshTokenFlowXsuaaTokenFlows. refreshTokenFlow()Creates a new Refresh Token Flow builder object.
Token, authorize and key set endpoints will be derived relative to the base URI.RefreshTokenFlowRefreshTokenFlow. subdomain(String subdomain)Sets the subdomain (tenant) the token is requested for.
-