Hierarchy

  • RecapSessionCapabilityObject

Implements

Constructors

Properties

_inner: Recap

Accessors

Methods

  • Returns the attenuated resource key to match against. This supports matching against a wildcard resource key too.

    Example

    If the attenuations object contains the following:

    {
    'lit-acc://*': {
    '*/*': {}
    }
    }

    Then, if the provided litResource is 'lit-acc://123', the method will return 'lit-acc://*'.

    Parameters

    Returns string

Generated using TypeDoc