> ## 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.

# PhoneSignerData

> Swift Structure

**Structure**

```swift theme={null}
struct PhoneSignerData
```

## Initializers

### init(phone:)

```swift theme={null}
init(phone: String)
```

## Instance Properties

### locatorId

Inherited from `AdminSignerData.locatorId`.

```swift theme={null}
var locatorId: String { get }
```

### phone

```swift theme={null}
let phone: String
```

### type

Inherited from `AdminSignerData.type`.

```swift theme={null}
var type: AdminSignerDataType { get }
```
