pub fn validate_auth_response( method: &str, payload: &[u8], auth_store: Option<&AuthStore>, ) -> AuthOutcome
Validate the AuthResponse payload for the chosen method.