---
title: state
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationopenidrequest/state
---

# state

Data that’s returned to you unmodified in the corresponding credential after a successful authentication.

## Declaration

```swift
var state: String? { get set }
```
