class WebAuthn::AuthenticatorResponse
def valid_authenticator_data?
def valid_authenticator_data? authenticator_data.valid? rescue WebAuthn::AuthenticatorDataFormatError false end
def valid_authenticator_data? authenticator_data.valid? rescue WebAuthn::AuthenticatorDataFormatError false end