Variable: AuthAuditEvent
constAuthAuditEvent:object
Supported authentication audit events.
Type Declaration
LoginSuccess
readonlyLoginSuccess:"login-success"="login-success"
Login success.
LoginFailure
readonlyLoginFailure:"login-failure"="login-failure"
Login failure.
Logout
readonlyLogout:"logout"="logout"
Logout.
TokenRefreshed
readonlyTokenRefreshed:"token-refreshed"="token-refreshed"
Token refreshed.
AccountCreated
readonlyAccountCreated:"account-created"="account-created"
Account created.
AccountDeleted
readonlyAccountDeleted:"account-deleted"="account-deleted"
Account deleted.
AccountUpdated
readonlyAccountUpdated:"account-updated"="account-updated"
Account updated.
AccountLocked
readonlyAccountLocked:"account-locked"="account-locked"
Account locked.
AccountUnlocked
readonlyAccountUnlocked:"account-unlocked"="account-unlocked"
Account unlocked.
PasswordChanged
readonlyPasswordChanged:"password-changed"="password-changed"
Password changed.