Interface OAuthTokenProvider


  • public interface OAuthTokenProvider
    • Method Detail

      • getToken

        String getToken()
        Returns a Bearer token used for authorization between a client and a kubernetes cluster. The token will be injected into an Authorization header.
        Returns:
        oauth token