pub async fn complete_gitlab_oauth(
config: &GitLabOAuthConfig,
code_input: &str,
verifier: &str,
redirect_uri: Option<&str>,
) -> Result<AuthCredential>Expand description
Complete GitLab OAuth by exchanging the authorization code for tokens.