EmailAddressResetStateAvailable constructor

const EmailAddressResetStateAvailable({
  1. required int waitPeriod,
})

Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user's phone number

Implementation

const EmailAddressResetStateAvailable({
  required this.waitPeriod,
});