Expand description
Types and functions for auth flows
Modules§
- authorization_
code Authorization Code
Flow- client_
credentials Client Credentials
Flow- implicit_
code Implicit Code
Flow- scopes
- Types relating to
scopes
that aBearer Auth token
can have
Used withcrate::auth::AuthToken
Structs§
- Client
Id - Represents a
crate::auth::client_credentials
id.
SeeTwitch Auth Guide
for more - Client
Secret - Represents a
crate::auth::client_credentials
secret.
SeeTwitch Auth Guide
for more
Traits§
- Auth
Token - Represents a authorization token of some type that can be sent as a header to a twitch endpoint.