{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block toolbar %} {% set icon %} Webauthn {% endset %} {% set text %}
Public Key Credential Attestation Options {{ collector.getData().publicKeyCredentialCreationOptions|length }}
Authenticator Attestation (success/failure) {{ collector.getData().authenticatorAttestationResponseValidationSucceeded|length }} /{{ collector.getData().authenticatorAttestationResponseValidationFailed|length }}
Public Key Credential Creation Options {{ collector.getData().publicKeyCredentialCreationOptions|length }}
Authenticator Assertion (success/failure) {{ collector.getData().authenticatorAssertionResponseValidationSucceeded|length }} /{{ collector.getData().authenticatorAssertionResponseValidationFailed|length }}
{% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }} {% endblock %} {% block menu %} Webauthn Webauthn {% endblock %} {% block panel %}
{% include '@Webauthn/data_collector/tab/attestation.html.twig' %} {% include '@Webauthn/data_collector/tab/request.html.twig' %}
{% endblock %}