View Source K8s.Conn.Auth.Azure (k8s v2.2.0)

auth-provider for azure

Link to this section Summary

Link to this section Types

@type t() :: %K8s.Conn.Auth.Azure{token: String.t()}

Link to this section Functions

Link to this function

refresh_token(tenant, refresh_token, client_id, apiserver_id)

View Source
@spec refresh_token(String.t(), String.t(), String.t(), String.t()) :: String.t()