Function rmoods_backend::auth::google::fetch_google_access_token

source ยท
pub async fn fetch_google_access_token(
    auth_code: String,
    http: &Client,
) -> Result<GoogleTokenResponse, AuthError>