Class GitHubUserInfo
Description of the user information data for the Git Hub client
Implements
Inherited Members
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 | The email address of the user |