Trait twitch_api_rs::auth::AuthToken [−][src]
Represents a authorization token of some type that can be sent as a header to a twitch endpoint.
Required methods
Loading content...Implementations on Foreign Types
impl<A> AuthToken for Arc<A> where
A: AuthToken,
[src]
A: AuthToken,
impl<A> AuthToken for Rc<A> where
A: AuthToken,
[src]
Loading content...A: AuthToken,