SuggestedActionSetPassword constructor

const SuggestedActionSetPassword({
  1. required int authorizationDelay,
})

Suggests the user to set a 2-step verification password to be able to log in again

Implementation

const SuggestedActionSetPassword({
  required this.authorizationDelay,
});