C# Class OakBot.TwitchConnection

ファイルを表示 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_oe property

public string clientId
return string

oAuthToken public_oe property

public string oAuthToken
return string

username public_oe property

public string username
return string