Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2018 Changes in this version + const AccountActivated + const AccountCreated + const AccountDeleted + const AccountDisabled + const AccountEnabled + const AccountLocked + const AccountLoginNewDevice + const AccountNotActivated + const AccountNotEnabled + const AccountNotUnlocked + const AccountUnlocked + const LoginFailure + const LoginSuccess + const Logout + const OAuthClientAuthorized + const OAuthClientCreated + const OAuthClientDeauthorized + const OAuthClientRemoved + const PasswordResetReq + const PasswordUpdate + const SecondFactorBackupCodesAdded + const SecondFactorBackupCodesRemoved + const SecondFactorBackupCodesUsed + const SecondFactorTotpAdded + const SecondFactorTotpRemoved + const SecondFactorTotpUsed + const SecondFactorU2FAdded + const SecondFactorU2FRemoved + const SecondFactorU2FUsed + func NewData() map[string]string + type AuthPlzEvent struct + Data map[string]string + Time time.Time + Type string + UserExtID string + func NewEvent(userExtID, eventType string, data map[string]string) *AuthPlzEvent + func (e *AuthPlzEvent) GetData() map[string]string + func (e *AuthPlzEvent) GetTime() time.Time + func (e *AuthPlzEvent) GetType() string + func (e *AuthPlzEvent) GetUserExtID() string + type Emitter interface + SendEvent func(interface{}) + type EventType string