Skip to main content

login_with_events

Function login_with_events 

Source
pub async fn login_with_events<F>(
    config: &CopilotAuthConfig,
    workspace_root: &Path,
    on_event: F,
) -> Result<()>