> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SignerData.Phone

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class Phone(val phone: String, val locator: String = "phone:") : SignerData, NonCustodialSigner
```

## Constructors

```kotlin theme={null}
constructor(phone: String, locator: String = "phone:")
```

## Properties

| Property  | Type     | Description |
| --------- | -------- | ----------- |
| `locator` | `String` | -           |
| `phone`   | `String` | -           |
