Name | Type | Description | Notes |
---|---|---|---|
Identifier | string | The id of the OAuth Client | [optional] [default to null] |
Name | string | The user-facing name of the client. Eg. MyCrm | [optional] [default to null] |
ClientSecret | string | The secret supplied to the OAuth Application | [optional] [default to null] |
GrantsAllowed | string | The grants allowed | [optional] [default to null] |
OwningUserId | string | The user who controls the OAuth App | [optional] [default to null] |
RedirectUri | string | Where OAuth authorization sessions are returned to | [optional] [default to null] |