Search Results for

    Show / Hide Table of Contents

    Class AbstractUserInfo

    Description of the user information data for the client

    Inheritance
    Object
    AbstractUserInfo
    GitHubUserInfo
    GoogleUserInfo
    LearningLayersUserInfo
    Implements
    IUserInfo
    Namespace: i5.Toolkit.Core.OpenIDConnectClient
    Assembly: cs.temp.dll.dll
    Syntax
    public class AbstractUserInfo : IUserInfo

    Fields

    email

    Declaration
    protected string email
    Field Value
    Type Description
    String

    name

    Declaration
    protected string name
    Field Value
    Type Description
    String

    Properties

    Email

    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
    Type Description
    String

    FullName

    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
    Type Description
    String

    Username

    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
    Type Description
    String

    Implements

    IUserInfo
    In This Article
    Back to top i5 Toolkit Documentation