# Bombbomb.OAuthClient

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identifier** | **String** | The id of the OAuth Client | [optional] 
**name** | **String** | The user-facing name of the client. Eg. MyCrm | [optional] 
**clientSecret** | **String** | The secret supplied to the OAuth Application | [optional] 
**grantsAllowed** | **String** | The grants allowed | [optional] 
**owningUserId** | **String** | The user who controls the OAuth App | [optional] 
**redirectUri** | **String** | Where OAuth authorization sessions are returned to | [optional] 


