Type alias AuthenticationStatusEvent

AuthenticationStatusEvent: InternalMessage & {
    status: AuthenticationStatus;
}

Type declaration