interface Configuration {
    authMethods: AuthMethods;
    baseServer: BaseServerConfiguration;
    httpApi: HttpLibrary;
    middleware: Middleware[];
}

Properties

authMethods: AuthMethods
httpApi: HttpLibrary
middleware: Middleware[]