Client for the VeraId Authority API.

Hierarchy

  • AuthorityClient

Constructors

Methods

Constructors

Methods

  • Sends a command to the authority server.

    Type Parameters

    • CommandOutput

    Parameters

    • command: Command<unknown, CommandOutput, unknown>

      The command to send.

    Returns Promise<CommandOutput>

    The command's output, if it succeeded.

    Throws

    if the server rejects the request.

    Throws

    if the server returns a 5XX response or a response we don't support.

Generated using TypeDoc