ResetPasswordStartResultState type

Możliwe stany resetPasswordStartResult. Obejmuje to:

  • ResetPasswordCodeRequiredState: proces resetowania hasła wymaga kodu.
  • ResetPasswordFailedState: proces resetowania hasła zakończył się niepowodzeniem.
type ResetPasswordStartResultState =
  | ResetPasswordCodeRequiredState
  | ResetPasswordFailedState