UserTwoFactorConfiguration constructor

UserTwoFactorConfiguration({
  1. List<TwoFactorMethod> methods,
  2. List<String> recoveryCodes,
})

Implementation

UserTwoFactorConfiguration({this.methods, this.recoveryCodes});