CreateVendorOAuthClientRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| client_name | String | Display name of the client application. | [default to null] |
| redirect_uris | List | List of allowed redirect URIs. | [default to null] |
| grant_types | List | List of allowed grant types. | [default to null] |
| response_types | List | List of response types (defaults to [“code”]). | [optional] [default to null] |
| logo_uri | String | Optional URI to the client’s logo. | [optional] [default to null] |
| client_uri | String | Optional URI to the client’s website. | [optional] [default to null] |
| policy_uri | String | Optional URI to the client’s privacy policy. | [optional] [default to null] |
| tos_uri | String | Optional URI to the client’s terms of service. | [optional] [default to null] |
| scope | String | The scope of access (defaults to “read”). | [optional] [default to null] |
| whitelisted_ips | List | Optional list of whitelisted IP addresses. | [optional] [default to null] |