Signature

public void UnsetTwitchUser(string userName, bool persisted = true)

Parameters

userName
string required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

void

Example

CPH.UnsetTwitchUser(userName);
CPH.UnsetTwitchUser(userName, persisted);