ConnectedIdentity Properties
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|