Skip to main content

Variable: AuthAuditEvent

const AuthAuditEvent: object

Supported authentication audit events.

Type Declaration

LoginSuccess

readonly LoginSuccess: "login-success" = "login-success"

Login success.

LoginFailure

readonly LoginFailure: "login-failure" = "login-failure"

Login failure.

Logout

readonly Logout: "logout" = "logout"

Logout.

TokenRefreshed

readonly TokenRefreshed: "token-refreshed" = "token-refreshed"

Token refreshed.

AccountCreated

readonly AccountCreated: "account-created" = "account-created"

Account created.

AccountDeleted

readonly AccountDeleted: "account-deleted" = "account-deleted"

Account deleted.

AccountUpdated

readonly AccountUpdated: "account-updated" = "account-updated"

Account updated.

AccountLocked

readonly AccountLocked: "account-locked" = "account-locked"

Account locked.

AccountUnlocked

readonly AccountUnlocked: "account-unlocked" = "account-unlocked"

Account unlocked.

PasswordChanged

readonly PasswordChanged: "password-changed" = "password-changed"

Password changed.