Microsoft.Identity.Client.Cache.AdalUserInfo
Contains information of a single user. This information is used for token cache lookup. Also if created with userId, userId is sent to the service when login_hint is accepted.
Gets a displayable value in UserPrincipalName (UPN) format. The value can be null.
Gets family name of the user if provided by the service. If not, the value is null.
Gets given name of the user if provided by the service. If not, the value is null.
Gets identity provider if returned by the service. If not, the value is null.
Gets the URL where the user can change the expiring password. The value can be null.
Gets the time when the password expires. Default value is 0.
Gets identifier of the user authenticated during token acquisition.
public AdalUserInfo()
Create user information for token cache lookup
Create user information copied from another UserInfo object