SuggestedActionSetPassword constructor
      const
      SuggestedActionSetPassword({ 
    
- 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,
});