Field | Type | Required | Description |
---|---|---|---|
object |
OAuthApplicationObject | ✔️ | N/A |
id |
String | ✔️ | N/A |
instanceId |
String | ✔️ | N/A |
name |
String | ✔️ | N/A |
clientId |
String | ✔️ | N/A |
public_ |
boolean | ✔️ | N/A |
scopes |
String | ✔️ | N/A |
callbackUrl |
String | ✔️ | N/A |
authorizeUrl |
String | ✔️ | N/A |
tokenFetchUrl |
String | ✔️ | N/A |
userInfoUrl |
String | ✔️ | N/A |
createdAt |
long | ✔️ | Unix timestamp of creation. |
updatedAt |
long | ✔️ | Unix timestamp of last update. |