Table of Contents

Class UserInformation

Namespace
Tenduke.Core.Auth
Assembly
Tenduke.Core.dll

User information returned by the OIDC provider.

public class UserInformation
Inheritance
UserInformation
Inherited Members

Properties

Email

Gets the email address of the user.

public string? Email { get; }

Property Value

string

FamilyName

Gets the family name of the user.

public string? FamilyName { get; }

Property Value

string

GivenName

Gets the given name of the user.

public string? GivenName { get; }

Property Value

string

Name

Gets the name of the user.

public string? Name { get; }

Property Value

string

Subject

Gets the subject identifier of the user.

public string? Subject { get; }

Property Value

string