Class DonationAlertsUser

Represents user profile information.

This class provides access to user-related profile data, including unique identifiers, display names, email addresses, and authentication tokens for Centrifugo connections.

Hierarchy

Accessors

  • get name(): string

    The unique displayed username.

    Returns string

    The display name as a string.

    This name is used for display purposes on the platform and can be updated by the user.

  • get socketConnectionToken(): string

    Centrifugo connection token.

    Returns string

    The Centrifugo connection token as a string.

    A token issued to the user for establishing websocket connections via Centrifugo.

Methods