Method: WebAuthn::PublicKeyCredentialWithAssertion#user_handle

Defined in:
lib/webauthn/public_key_credential_with_assertion.rb

#user_handleObject



27
28
29
30
31
# File 'lib/webauthn/public_key_credential_with_assertion.rb', line 27

def user_handle
  if raw_user_handle
    encoder.encode(raw_user_handle)
  end
end