FxaStateMachineCheckerProtocol
public protocol FxaStateMachineCheckerProtocol : AnyObject
Machinery for dry-run testing of FxaAuthStateMachine
Remove this once we’ve migrated the firefox-android and firefox-ios code to using FxaAuthStateMachine https:///bugzilla.mozilla.org/show_bug.cgi?id=1867793
-
Declaration
Swift
func checkInternalState(state: FxaStateCheckerState)
-
Declaration
Swift
func checkPublicState(state: FxaState)
-
Declaration
Swift
func handleInternalEvent(event: FxaStateCheckerEvent)
-
Declaration
Swift
func handlePublicEvent(event: FxaEvent)