[][src]Trait tweetust::conn::Authenticator

pub trait Authenticator {
    type Scheme: Scheme + Any;
    fn create_authorization_header(
        &self,
        request: &Request
    ) -> Option<Self::Scheme>; }

Associated Types

type Scheme: Scheme + Any

Loading content...

Required methods

fn create_authorization_header(&self, request: &Request) -> Option<Self::Scheme>

Loading content...

Implementors

impl<'a> Authenticator for ApplicationOnlyAuthenticator<'a>[src]

impl<'a> Authenticator for OAuthAuthenticator<'a>[src]

Loading content...