Uses of Class
io.fabric8.kubernetes.client.utils.OpenIDConnectionUtils.OAuthToken
-
Packages that use OpenIDConnectionUtils.OAuthToken Package Description io.fabric8.kubernetes.client.utils -
-
Uses of OpenIDConnectionUtils.OAuthToken in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils that return OpenIDConnectionUtils.OAuthToken Modifier and Type Method Description static OpenIDConnectionUtils.OAuthToken
OpenIDConnectionUtils. persistOAuthToken(Config currentConfig, OpenIDConnectionUtils.OAuthToken oAuthToken, String token)
Save Updated Access and Refresh token in local KubeConfig file and in-memory Config object.Methods in io.fabric8.kubernetes.client.utils with parameters of type OpenIDConnectionUtils.OAuthToken Modifier and Type Method Description static OpenIDConnectionUtils.OAuthToken
OpenIDConnectionUtils. persistOAuthToken(Config currentConfig, OpenIDConnectionUtils.OAuthToken oAuthToken, String token)
Save Updated Access and Refresh token in local KubeConfig file and in-memory Config object.
-