PubKeyCredParam constructor

PubKeyCredParam(
  1. int alg,
  2. String type
)

Implementation

PubKeyCredParam(
  this.alg,
  this.type,
);