azure_identity::authorization_code_flow

Function start

Source
pub fn start(
    client_id: ClientId,
    client_secret: Option<ClientSecret>,
    tenant_id: &str,
    redirect_url: Url,
    scopes: &[&str],
) -> AuthorizationCodeFlow
Expand description

Start an authorization code flow.

The values for client_id, client_secret, tenant_id, and redirect_url can all be found inside of the Azure portal.