Kazan v0.11.0 Kazan.Server.ProviderAuth View Source

This struct stores details of how to auth with an auth provider.

This is used to support authorization with GKE using gcloud for example.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Server.ProviderAuth{
  config: config_t(),
  expiry: DateTime.t() | nil,
  token: Kazan.Server.TokenAuth.t() | nil
}