Skip to main content

complete_gitlab_oauth

Function complete_gitlab_oauth 

Source
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.