access_token_response

Function access_token_response 

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