OAuthClient
OAuthClient Schema
Properties
| Name | Type | Description |
|---|---|---|
| client_id | String(36) |
No description |
| client_secret | String(128) (Optional) |
No description |
| redirect_uris | ARRAY |
List of allowed redirect URIs for this client |
| allowed_scopes | ARRAY |
List of allowed scopes for this client |
| name | String(128) |
No description |
| description | String(Unbounded) (Optional) |
No description |
| logo_url | String(Unbounded) (Optional) |
No description |
| is_first_party | Boolean |
No description |
| is_confidential | Boolean |
No description |
| created_at | DateTime |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| tokens | Token |