Interface: IEntityStorageAuthenticationRestClientConstructorOptions
Options for the Entity Storage Authentication REST client constructor.
Extends
IBaseRestClientConfig
Properties
cookieName?
optionalcookieName?:string
The name of the cookie to use for storing the auth token.
Default
access_token
endpoint
endpoint:
string
The endpoint where the api is hosted.
Inherited from
IBaseRestClientConfig.endpoint
pathPrefix?
optionalpathPrefix?:string
The prefix to the routes.
Inherited from
IBaseRestClientConfig.pathPrefix
headers?
optionalheaders?:IHttpHeaders
The headers to include in requests.
Inherited from
IBaseRestClientConfig.headers
timeout?
optionaltimeout?:number
Timeout for requests in ms.
Inherited from
IBaseRestClientConfig.timeout
includeCredentials?
optionalincludeCredentials?:boolean
Include credentials in the request, defaults to true.
Inherited from
IBaseRestClientConfig.includeCredentials