ConnectedIdentity Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The ConnectedIdentity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Expiration |
Returns the expiration time of the current access token as a DateTime.
| |
| Id |
Returns the unique Id for the current user.
| |
| Identity |
Returns the ClaimsIdentity for the current user.
With Windows logins, it will return GetCurrent | |
| IsWindowsIdentity |
Returns true if Identity is a WindowsIdentity.
| |
| Name |
Returns the name of the current user.
|