OAuth2ClientPublic
Summary
Types
@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_idclient_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.