PolarExpress.Schemas.OrganizationAccessToken (polar_express v0.2.2)

Copy Markdown View Source

OrganizationAccessToken

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationAccessToken{
  comment: term(),
  created_at: term(),
  expires_at: term(),
  id: term(),
  last_used_at: term(),
  modified_at: term(),
  organization_id: term(),
  scopes: term()
}
  • comment
  • created_at - Creation timestamp of the object. Format: date-time.
  • expires_at - Nullable.
  • id - Format: uuid4.
  • last_used_at - Nullable.
  • modified_at - Last modification timestamp of the object. Nullable.
  • organization_id - The organization ID. Format: uuid4.
  • scopes

Functions

schema_name()