pub async fn auth_completion() -> Result<Option<AuthCompletionRecord>, String>Expand description
Read the latest browser completion without refreshing or mutating tokens.
Callers reconciling a browser attempt must use auth_completion_status
instead, which cannot race this read against a separate generation read.