package oidc_provider // StateData holds the PKCE and nonce values for an in-progress OAuth flow. type StateData struct { CodeVerifier string Nonce string }