SupportedCredentialKinds2 constructor

SupportedCredentialKinds2(
  1. String kind,
  2. String factor,
  3. bool requiresSecondFactor
)

Implementation

SupportedCredentialKinds2(
  this.kind,
  this.factor,
  this.requiresSecondFactor,
);