cberg
Version:
Node.js Client for the Codeberg API
29 lines (21 loc) • 784 B
Markdown
# AccessToken
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**scopes** | **Array<string>** | | [optional] [default to undefined]
**sha1** | **string** | | [optional] [default to undefined]
**token_last_eight** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { AccessToken } from 'berg';
const instance: AccessToken = {
id,
name,
scopes,
sha1,
token_last_eight,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)