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

# AuthenticationStatus

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### AuthenticationStatus.authenticated(email:jwt:secret:)

```swift theme={null}
case authenticated(email: String, jwt: String, secret: String)
```

### AuthenticationStatus.authenticating

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

### AuthenticationStatus.nonAuthenticated

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

## Instance Properties

### isAuthenticated

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