Method: WebAuthn::AuthenticatorData#user_present?
- Defined in:
- lib/webauthn/authenticator_data.rb
#user_present? ⇒ Boolean
53 54 55 |
# File 'lib/webauthn/authenticator_data.rb', line 53 def user_present? flags.user_present == 1 end |