Skip to main content

build_authorize_url

Function build_authorize_url 

Source
pub fn build_authorize_url(
    auth_url: &str,
    client_id: &str,
    redirect_uri: &str,
    scopes: &[String],
    state: &str,
) -> String
Expand description

Build the authorization-code consent URL the user opens in a browser.