# CreateOAuth2ApplicationOptions

CreateOAuth2ApplicationOptions holds options to create an oauth2 application

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**confidential_client** | **boolean** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**redirect_uris** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

```typescript
import { CreateOAuth2ApplicationOptions } from 'berg';

const instance: CreateOAuth2ApplicationOptions = {
    confidential_client,
    name,
    redirect_uris,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
