Field | Type | Required | Description |
---|---|---|---|
object |
Components\OAuthApplicationObject | ✔️ | N/A |
id |
string | ✔️ | N/A |
instanceId |
string | ✔️ | N/A |
name |
string | ✔️ | N/A |
clientId |
string | ✔️ | N/A |
public |
bool | ✔️ | N/A |
scopes |
string | ✔️ | N/A |
callbackUrl |
string | ✔️ | N/A |
authorizeUrl |
string | ✔️ | N/A |
tokenFetchUrl |
string | ✔️ | N/A |
userInfoUrl |
string | ✔️ | N/A |
createdAt |
int | ✔️ | Unix timestamp of creation. |
updatedAt |
int | ✔️ | Unix timestamp of last update. |