cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 801 B
Markdown
# 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<string>** | | [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)