Request

The following table lists all Public Key Credential Request Options generated by the application.

{% if not collector.getData().publicKeyCredentialRequestOptions is empty %} {% for id, data in collector.getData().publicKeyCredentialRequestOptions %} {% endfor %} {% else %} {% endif %}
Public Key Credential Request Options
Public Key Credential Request Options
{{ profiler_dump(data.options) }}
{{ data.json }}
No Public Key Credential Request Options have been generated

The following table lists all Authenticator Requests validated by the application.

{% if collector.getData().authenticatorAssertionResponseValidationSucceeded is empty and collector.getData().authenticatorAssertionResponseValidationFailed is empty %} {% endif %} {% if not collector.getData().authenticatorAssertionResponseValidationSucceeded is empty %} {% for id, data in collector.getData().authenticatorAssertionResponseValidationSucceeded %} {% endfor %} {% endif %} {% if not collector.getData().authenticatorAssertionResponseValidationFailed is empty %} {% for id, data in collector.getData().authenticatorAssertionResponseValidationFailed %} {% endfor %} {% endif %}
Verified Authenticator Assertions
User Handle (ID) Credential ID Assertion Response Options Result
No Authenticator Assertion have been validated
{{ profiler_dump(data.user_handle) }} {{ profiler_dump(data.credential_id) }} {{ profiler_dump(data.assertion_response) }} {{ profiler_dump(data.options) }}
{{ data.options_json }}
{{ profiler_dump(data.credential_source) }}
{{ profiler_dump(data.user_handle) }} {{ profiler_dump(data.credential_id) }} {{ profiler_dump(data.assertion_response) }} {{ profiler_dump(data.options) }}
{{ data.options_json }}
{{ profiler_dump(data.exception) }}