Passkeys constructor

Passkeys(
  1. Function _register,
  2. Function _authenticate
)

Implementation

Passkeys(this._register, this._authenticate);