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

# DevicePublicKey

> Swift Structure

**Structure**

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

## Initializers

### init(publicKeyBase64:)

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

## Instance Properties

| Property | Type     | Description |
| -------- | -------- | ----------- |
| `x`      | `String` | -           |
| `y`      | `String` | -           |
