Zitadel.Authn.V1.Key (zitadel_api v1.0.0-rc.7) View Source

Link to this section Summary

Link to this section Types

Specs

details() :: Zitadel.V1.ObjectDetails.t() | nil

Specs

expiration_date() :: Google.Protobuf.Timestamp.t() | nil

Specs

id() :: String.t()

Specs

t() :: %Zitadel.Authn.V1.Key{
  details: details(),
  expiration_date: expiration_date(),
  id: id(),
  type: type()
}

Specs

Link to this section Functions