Skip to main content

google_status

Function google_status 

Source
pub async fn google_status(
    __arg0: State<UnifiedAppState>,
    __arg1: Query<GoogleStatusQuery>,
) -> (StatusCode, Json<Value>)
Expand description

GET /auth/google/status?state= Returns { “pending”: true } while waiting, or full auth result when done.