19 lines
373 B
Markdown
19 lines
373 B
Markdown
|
---
|
||
|
sidebar_label: Credentials
|
||
|
---
|
||
|
|
||
|
# Credentials interface
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export interface Credentials
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description | Default |
|
||
|
| -------- | --------- | ------ | ----------- | ------- |
|
||
|
| password | | string | | |
|
||
|
| username | | string | | |
|