authenticate_user

Function authenticate_user 

Source
pub async fn authenticate_user(
    id_token: &str,
    config: &GoogleAuthConfig,
) -> Result<GoogleUser, AuthError>
Expand description

Main authentication function