PolarExpress.Schemas.OAuth2ClientPublic (polar_express v0.2.2)

Copy Markdown View Source

OAuth2ClientPublic

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OAuth2ClientPublic{
  client_id: term(),
  client_name: term(),
  client_uri: term(),
  created_at: term(),
  logo_uri: term(),
  modified_at: term(),
  policy_uri: term(),
  tos_uri: term()
}
  • client_id
  • client_name - Nullable.
  • client_uri - Nullable.
  • created_at - Creation timestamp of the object. Format: date-time.
  • logo_uri - Nullable.
  • modified_at - Last modification timestamp of the object. Nullable.
  • policy_uri - Nullable.
  • tos_uri - Nullable.

Functions

schema_name()