UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 633 B
# CreateAccessTokenOption CreateAccessTokenOption options when create access token ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | | [default to undefined] **scopes** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { CreateAccessTokenOption } from 'berg'; const instance: CreateAccessTokenOption = { name, scopes, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)