AuthHubEvent.signedOut constructor

AuthHubEvent.signedOut()

Emitted when the user is signed out, either by calling Amplify.Auth.signOut or implicitly via a call to Amplify.Auth.deleteUser, for example.

Implementation

AuthHubEvent.signedOut() : this._(AuthHubEventType.signedOut);