Type Alias AuthenticationChangedHandler

AuthenticationChangedHandler: (
    user: UserEntityInterface,
    isDataAccessible: boolean,
) => void

Type declaration