Hierarchy

  • Account

Implements

Constructors

Properties

#token: string
authenticated: boolean
created: {
    iso_8601_time: string;
    relative_time: string;
    rfc_2822_time: string;
    unix_epoch_time: number;
}

Type declaration

  • iso_8601_time: string
  • relative_time: string
  • rfc_2822_time: string
  • unix_epoch_time: number
email: string
name: string

Methods

  • Gets the name of the account

    Returns

    the name of the account

    Returns Promise<string>

  • Sets the name of the account

    Returns

    true if successful

    Parameters

    • name: any

    Returns Promise<boolean>

Generated using TypeDoc