SignOutResultState type

Możliwe stany elementu SignOutResult. Obejmuje to:

  • SignOutCompletedState: operacja wylogowania zakończyła się pomyślnie.
  • SignOutFailedState: operacja wylogowania nie powiodła się.
type SignOutResultState = SignOutCompletedState | SignOutFailedState