14 lines
158 B
Markdown
14 lines
158 B
Markdown
|
---
|
||
|
sidebar_label: Credentials.password
|
||
|
---
|
||
|
|
||
|
# Credentials.password property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface Credentials {
|
||
|
password: string;
|
||
|
}
|
||
|
```
|