pub async fn login_and_build_with_scopes(
dispatcher: &Dispatcher,
provider: &str,
env: &str,
additional_scopes: &[String],
) -> Result<AuthLoginResult>Expand description
Like login_and_build, but requests additional_scopes on top of the
provider’s defaults (used by auth login --scope).