PublicKey constructor

PublicKey(
  1. RelyingPartyType rp,
  2. UserType user,
  3. String challenge,
  4. List<PubKeyCredParamType> pubKeyCredParams,
  5. AuthenticatorSelectionType authenticatorSelection,
  6. int? timeout,
)

Implementation

PublicKey(
  this.rp,
  this.user,
  this.challenge,
  this.pubKeyCredParams,
  this.authenticatorSelection,
  this.timeout,
);