pub fn parse_authorize_pkce(
client: &OAuthClient,
code_challenge: Option<&str>,
code_challenge_method: Option<&str>,
redirect_uri: &str,
state: Option<&str>,
) -> Result<Option<PkceMethod>, ControllerError>Expand description
Validate PKCE parameters during /authorize.