OrganizationAccessToken
Summary
Types
@type t() :: %PolarExpress.Schemas.OrganizationAccessToken{ comment: String.t() | nil, created_at: DateTime.t() | nil, expires_at: DateTime.t() | nil, id: String.t() | nil, last_used_at: DateTime.t() | nil, modified_at: DateTime.t() | nil, organization_id: String.t() | nil, scopes: [PolarExpress.Schemas.Scope.t()] | nil }
commentcreated_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