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

# OTPAuthenticationStatus

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### OTPAuthenticationStatus.authenticationStatus(\_:)

```swift theme={null}
case authenticationStatus(AuthenticationStatus)
```

### OTPAuthenticationStatus.emailSent(email:emailId:)

```swift theme={null}
case emailSent(email: String, emailId: String)
```

## Instance Properties

### email

```swift theme={null}
var email: String? { get }
```

### isAuthenticated

```swift theme={null}
var isAuthenticated: Bool { get }
```
