Skip to main content

complete_google_auth_flow

Function complete_google_auth_flow 

Source
pub fn complete_google_auth_flow(
    store: &ProfileStore,
    settings: &AuthFlowSettings,
    attempt: GoogleAuthAttempt,
    callback_url: &str,
) -> Result<()>