access_token

Function access_token 

Source
pub async fn access_token(
    consumer_key: &str,
    consumer_secret: &str,
    oauth_token: &str,
    oauth_token_secret: &str,
    oauth_verifier: &str,
    timeout_sec: Option<Duration>,
) -> Result<HashMap<String, String>, Error>