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

# PublicKeyCredentialType

> Swift Enumeration

**Enumeration**

Specification reference: [https://w3c.github.io/webauthn/#enum-credentialType](https://w3c.github.io/webauthn/#enum-credentialType)

```swift theme={null}
enum PublicKeyCredentialType
```

## Enumeration Cases

### PublicKeyCredentialType.publicKey

```swift theme={null}
case publicKey
```

## Initializers

### init(rawValue:)

Inherited from `RawRepresentable.init(rawValue:)`.

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