Hierarchy

  • GuardRepository

Implemented by

Methods

Methods

  • Registers one or many guards by providing their manifest.

    Parameters

    Returns void

  • Gets all guard manifests for a registered Candy Guard program.

    It fails if the manifest of any guard expected by the program is not registered. Manifests are returned in the order in which they are defined on the availableGuards property of the program.

    Parameters

    Returns AnyGuardManifest[]

  • Gets the manifest of a guard using its name.

    Type Parameters

    Parameters

    • name: string

    Returns T

Generated using TypeDoc