pub fn start_gitlab_oauth(config: &GitLabOAuthConfig) -> Result<OAuthStartInfo>Expand description
Start GitLab OAuth using the authorization code flow with PKCE.
Supports both gitlab.com and self-hosted instances via
GitLabOAuthConfig::base_url.