Skip to main content

request_token_response

Function request_token_response 

Source
pub async fn request_token_response(
    consumer_key: &str,
    consumer_secret: &str,
    oauth_callback: &str,
    x_auth_access_type: Option<&str>,
    timeout_sec: Option<Duration>,
    base_url: Option<&str>,
) -> Result<Response, Error>