The authenticated node interface.

interface IAuthNode {
    getId(): string;
}

Hierarchy (view full)

Methods

Methods

  • Get the ID of the node.

    Returns string

    The ID of the node.

Generated using TypeDoc