Configures the URL of the Permit REST API.
an optional custom axios instance, to control the behavior of the HTTP client used to connect to the Permit REST API.
The amount of time in seconds to wait for facts to be available in the PDP cache before returning the response.
the logger configuration used by the SDK,
ILoggerConfig
@see: IMultiTenancyConfig
Configures the Policy Decision Point (PDP) address.
Create facts via the PDP API instead of using the default Permit REST API.
whether or not permit.check() will throw on error, or return a default denied decision.
specifies the number of milliseconds before a permit.check() request times out.
If the request takes longer than timeout
, the request will be aborted.
The token (API Key) used for authorization against the PDP and the Permit REST API.
Generated using TypeDoc
represents the current API key authorization level.