K8s.Conn.Auth.Azure (k8s v2.7.0)

View Source

auth-provider for azure

Summary

Types

t()

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

Functions

refresh_token(tenant, refresh_token, client_id, apiserver_id)

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