Method: WebAuthn::AuthenticatorAssertionResponse#authenticator_data
- Defined in:
- lib/webauthn/authenticator_assertion_response.rb
#authenticator_data ⇒ Object
62 63 64 |
# File 'lib/webauthn/authenticator_assertion_response.rb', line 62 def authenticator_data @authenticator_data ||= WebAuthn::AuthenticatorData.deserialize(authenticator_data_bytes) end |