class WebAuthn::AuthenticatorAssertionResponse

def authenticator_data

def authenticator_data
  @authenticator_data ||= WebAuthn::AuthenticatorData.deserialize(authenticator_data_bytes)
end