pub async fn oidc_authorize(
    client: &ApiClient,
    provider: &str,
    cli_redirect_port: Option<i32>,
    redirect: Option<&str>
) -> Result<()>
Expand description

Start the auth flow to authenticate a user (used only with the Studio). For authenticating with the API see the Authentication section in the docs