OAuthAuthorizationCode
OAuthAuthorizationCode Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
The unique identifier for the authorization code. |
| client_id | String(36) (Optional) |
No description |
| user_id | Integer (Optional) |
No description |
| code | String(64) |
No description |
| challenge | String(64) (Optional) |
No description |
| challenge_method | Enum(plain, S256) (Optional) |
No description |
| state | String(Unbounded) (Optional) |
No description |
| redirect_uri | String(Unbounded) |
No description |
| expires_at | DateTime |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| user | User |
| client | OAuthClient |