pub fn start(
client_id: ClientId,
client_secret: Option<ClientSecret>,
tenant_id: &str,
redirect_url: Url,
scopes: &[&str],
) -> AuthorizationCodeFlowExpand 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.