---
sidebar_label: Credentials.password
---

# Credentials.password property

**Signature:**

```typescript
interface Credentials {
  password: string;
}
```