IHttpServiceConfiguration – GBG IDscan Documentation

IHttpServiceConfiguration

Interface for configuring the HttpService

Signature:

export interface IHttpServiceConfiguration 

Properties

PropertyType
authSettingsfalse | IAuthSettings
backendUrlstring
endpointsIEndpoints
responseTypeResponseType

IHttpServiceConfiguration.authSettings property

Signature:

authSettings: false | IAuthSettings;

IHttpServiceConfiguration.backendUrl property

Signature:

backendUrl: string;

IHttpServiceConfiguration.endpoints property

Signature:

endpoints: IEndpoints;

IHttpServiceConfiguration.responseType property

Signature:

responseType: ResponseType;

Was this page helpful?