Method: WebAuthn::PublicKeyCredential::RequestOptions#allow_credentials
- Defined in:
- lib/webauthn/public_key_credential/request_options.rb
#allow_credentials ⇒ Object
19 20 21 |
# File 'lib/webauthn/public_key_credential/request_options.rb', line 19 def allow_credentials @allow_credentials || allow_credentials_from_allow || [] end |