web_authn_ex v0.1.1 WebAuthnEx.AuthAssertionResponse View Source

Validates assertion

Link to this section Summary

Link to this section Functions

Link to this function

credential_public_key(allowed_credentials, credential_id) View Source

Link to this function

new(credential_id, auth_data_bytes, signature, challenge, original_origin, allowed_credentials, rp_id, client_data_json) View Source

Link to this function

result(auth_assertion_response) View Source

Link to this function

valid?(auth_assertion_response, original_challenge, original_origin, rp_id, client_data_json) View Source

Link to this function

valid_authenticator_response?(auth_assertion_response, original_challenge, original_origin, auth_data_bytes, rp_id, client_data_json) View Source

Link to this function

valid_credential?(auth_assertion_response) View Source

Link to this function

valid_signature?(auth_assertion_response, public_key_bytes, signature, client_data_json, authenticator_data_bytes) View Source