[][src]Module twitch_irc::login

Logic for getting credentials to log into chat with.

Structs

CredentialsPair

A pair of login name and OAuth token.

StaticLoginCredentials

Simple LoginCredentials implementation that always returns the same CredentialsPair and never fails.

Traits

LoginCredentials

Encapsulates logic for getting the credentials to log into chat, whenever a new connection is made.