v1CreateAuthenticatorsIntent constructor

const v1CreateAuthenticatorsIntent({
  1. required List<v1AuthenticatorParams> authenticators,
  2. required String userId,
})

Implementation

const v1CreateAuthenticatorsIntent({
  required  this.authenticators,
  required  this.userId,
});