[][src]Function tweetust::oauth::access_token

pub fn access_token<'a, CK, CS, T, TS, V>(
    consumer_key: CK,
    consumer_secret: CS,
    oauth_token: T,
    oauth_token_secret: TS,
    oauth_verifier: V
) -> AccessTokenRequestBuilder<'a> where
    CK: Into<Cow<'a, str>>,
    CS: Into<Cow<'a, str>>,
    T: Into<Cow<'a, str>>,
    TS: Into<Cow<'a, str>>,
    V: Into<Cow<'a, str>>,