Interface Options

Client configuration options

Hierarchy

  • Options

Properties

Properties

authentication: {
    rauth?: string;
    revolt?: string | {
        token: string;
    };
}

Authentication used for requests

Type declaration

  • Optional rauth?: string
  • Optional revolt?: string | {
        token: string;
    }
baseURL: string

Base URL of the Revolt node

Generated using TypeDoc