C# Class OakBot.TwitchConnection

Show file Open project: ocgineer/OakBot

Public Properties

Property Type Description
clientId string
oAuthToken string
username string

Public Methods

Method Description
TwitchConnection ( string username, string clientId, string oAuthToken )

Method Details

TwitchConnection() public method

public TwitchConnection ( string username, string clientId, string oAuthToken )
username string
clientId string
oAuthToken string

Property Details

clientId public property

public string clientId
return string

oAuthToken public property

public string oAuthToken
return string

username public property

public string username
return string