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

# ParsedCredentialPublicKey

> Swift Structure

**Structure**

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

## Initializers

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

### algorithm

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

### curve

```swift theme={null}
let curve: Int
```

### keyType

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

### x

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

### y

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