Show / Hide Table of Contents

Class Tokens.GithubCredentials

Inheritance
System.Object
Tokens.GithubCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CommonBotLibrary
Assembly: cs.temp.dll.dll
Syntax
public class GithubCredentials

Constructors

GithubCredentials(String, String, String)

Declaration
public GithubCredentials(string username, string repository, string oauth)
Parameters
Type Name Description
System.String username
System.String repository
System.String oauth

Properties

OAuth

Declaration
public string OAuth { set; }
Property Value
Type Description
System.String

Repository

Declaration
public string Repository { set; }
Property Value
Type Description
System.String

Username

Declaration
public string Username { set; }
Property Value
Type Description
System.String
Back to top © 2017 - Borja Canseco