---
title: state
framework: secureelementcredential
role: symbol
role_heading: Instance Property
path: secureelementcredential/credentialsession/presentmentintentassertion/state-swift.property
---

# state

The state of a presentment intent assertion, indicating whether it’s currently valid.

## Declaration

```swift
final var state: CredentialSession.PresentmentIntentAssertion.State { get async }
```

## Discussion

Discussion Be sure to check if the state of the acquired intent assertion is stale before attempting to present over the contactess interface.

## See Also

### Inspecting assertion state

- [CredentialSession.PresentmentIntentAssertion.State](secureelementcredential/credentialsession/presentmentintentassertion/state-swift.enum.md)
