Teac.Scopes (teac v0.2.0)

View Source

Twitch Auth Scopes

Summary

Functions

Get all scopes

Get all scope atoms

Get all scope values

Get scope string by atom key. Example

Functions

all()

Get all scopes

all_keys()

Get all scope atoms

all_values()

Get all scope values

get(key)

Get scope string by atom key. Example:

TwitchAuth.Scopes.get(:user_read_email)
iex> "user:read:email"