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