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

# state

An arbitrary string that your app provided to the request that generated this credential.

## Declaration

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

## See Also

### Identifying a User

- [identityToken](authenticationservices/asauthorizationsinglesignoncredential/identitytoken.md)
- [accessToken](authenticationservices/asauthorizationsinglesignoncredential/accesstoken.md)
- [authorizedScopes](authenticationservices/asauthorizationsinglesignoncredential/authorizedscopes.md)
