An interface to be inherited by classes that need to take action whenever a particular StitchAppClient performs an authentication event. An instance of a StitchAuthListener must be registered with a StitchAuth for this to work correctly.
onAuthEvent is called any time a notable event regarding authentication happens. These events are:
The instance of StitchAuth where the event happened. It should be used to infer the current state of authentication.
Generated using TypeDoc
An interface to be inherited by classes that need to take action whenever a particular StitchAppClient performs an authentication event. An instance of a StitchAuthListener must be registered with a StitchAuth for this to work correctly.