Class AbstractUserInfo
Description of the user information data for the client
Inheritance
object
AbstractUserInfo
Assembly: cs.temp.dll.dll
public class AbstractUserInfo : IUserInfo
Fields
Declaration
Field Value
Declaration
Field Value
Properties
The email address of the user
This is a mapping based on the available user data of the OIDC provider
Declaration
public virtual string Email { get; }
Property Value
A clear name of the user
This is a mapping based on the available user data of the OIDC provider
Declaration
public virtual string FullName { get; }
Property Value
The username of the user
This is a mapping based on the available user data of the OIDC provider
Declaration
public virtual string Username { get; }
Property Value
Implements