Name | Type | Description | Notes |
---|---|---|---|
identifier | str | The id of the OAuth Client | [optional] |
name | str | The user-facing name of the client. Eg. MyCrm | [optional] |
client_secret | str | The secret supplied to the OAuth Application | [optional] |
grants_allowed | str | The grants allowed | [optional] |
owning_user_id | str | The user who controls the OAuth App | [optional] |
redirect_uri | str | Where OAuth authorization sessions are returned to | [optional] |