Interface UserAdminServiceEvents

Events thrown by UserAdminService.

interface UserAdminServiceEvents {
    authentication-change-start: UserAdminEvent;
    authentication-changed: UserAdminEvent;
}

Properties

authentication-change-start: UserAdminEvent

User authentication has started.

authentication-changed: UserAdminEvent

User authentication has changed.

Generated using TypeDoc