v1CreateAuthenticatorsResult constructor

const v1CreateAuthenticatorsResult({
  1. required List<String> authenticatorIds,
})

Implementation

const v1CreateAuthenticatorsResult({
  required  this.authenticatorIds,
});