Method: WebAuthn::AuthenticatorAssertionResponse#authenticator_data

Defined in:
lib/webauthn/authenticator_assertion_response.rb

#authenticator_dataObject



62
63
64
# File 'lib/webauthn/authenticator_assertion_response.rb', line 62

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