Show / Hide Table of Contents

    Class LearningLayersUserInfo

    Description of the user information data for the Learning Layers client

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

    Constructors

    LearningLayersUserInfo(String, String, String)

    Creates a new instance of the learning layers user info with the given parameters

    Declaration
    public LearningLayersUserInfo(string username, string email, string fullName)
    Parameters
    Type Name Description
    String username

    The user name of the user

    String email

    The email address of the user

    String fullName

    The full name of the user

    Properties

    Email

    The email address of the user This is a mapping based on the available user data of the OIDC provider

    Declaration
    public 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 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 string Username { get; }
    Property Value
    Type Description
    String

    Implements

    IUserInfo
    Back to top i5 Toolkit Documentation