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

auth-provider for azure

Summary

Types

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

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()