Class UserInformation
User information returned by the OIDC provider.
public class UserInformation- Inheritance
- 
      
      UserInformation
- Inherited Members
Properties
Gets the email address of the user.
public string? Email { get; }Property Value
FamilyName
Gets the family name of the user.
public string? FamilyName { get; }Property Value
GivenName
Gets the given name of the user.
public string? GivenName { get; }Property Value
Name
Gets the name of the user.
public string? Name { get; }Property Value
Subject
Gets the subject identifier of the user.
public string? Subject { get; }