Search Results for

    Show / Hide Table of Contents

    Class GitHubUserInfo

    Description of the user information data for the Git Hub client

    Inheritance
    Object
    AbstractUserInfo
    GitHubUserInfo
    Implements
    IUserInfo
    Inherited Members
    AbstractUserInfo.name
    AbstractUserInfo.email
    AbstractUserInfo.Username
    AbstractUserInfo.Email
    AbstractUserInfo.FullName
    Namespace: i5.Toolkit.Core.OpenIDConnectClient
    Assembly: cs.temp.dll.dll
    Syntax
    public class GitHubUserInfo : AbstractUserInfo, IUserInfo

    Constructors

    GitHubUserInfo(String, String)

    Creates a new instance of the GitHub user info with the given parameters

    Declaration
    public GitHubUserInfo(string loginName, string email)
    Parameters
    Type Name Description
    String loginName

    The user name of the user

    String email

    The email address of the user

    Implements

    IUserInfo
    In This Article
    Back to top i5 Toolkit Documentation