Home > @cerbos/embedded > Embedded
A client for interacting with an embedded Cerbos policy decision point (PDP).
Signature:
export declare class Embedded extends Client
Extends: Client
Embedded PDP bundles are WebAssembly modules downloaded from Cerbos Hub. Bundle download URLs are available in the "Embedded" section of the "Decision points" page of your Cerbos Hub workspace.
See the parent class for available methods.
Constructor |
Modifiers |
Description |
---|---|---|
Create a client for interacting with an embedded Cerbos policy decision point (PDP), using a specified Loader to load the embedded PDP bundle. | ||
Create a client for interacting with an embedded Cerbos policy decision point (PDP), using the default Loader to load the embedded PDP bundle. |
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
The Loader used to load the embedded policy decision point bundle. |