Authenticated user.

interface User {
    get(key): any;
    getName(): string;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

may have extra keys

Methods

Methods

  • support for old Stateful getter access.

    Parameters

    • key: string

      any key

    Returns any

  • Returns the name of this user.

    Returns string

Generated using TypeDoc