pub async fn presentation_response() -> Json<Value>Expand description
OpenID4VP presentation submission endpoint.
Accepts verifiable presentations containing signed credentials structure.
ยงExample
use auth_framework::api::advanced_protocols::presentation_response;
// Validates the JSON Web Signature (JWS) or EdDSA proof submitted
// by the digital wallet.