View Source Zitadel.User.V1.RefreshToken (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.User.V1.RefreshToken{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  audience: [String.t()],
  auth_time: Google.Protobuf.Timestamp.t() | nil,
  client_id: String.t(),
  details: Zitadel.V1.ObjectDetails.t() | nil,
  expiration: Google.Protobuf.Timestamp.t() | nil,
  id: String.t(),
  idle_expiration: Google.Protobuf.Timestamp.t() | nil,
  scopes: [String.t()]
}

Link to this section Functions