Issuer of ID tokens.

Hierarchy

  • ScriptIdTokenIssuer

Methods

  • Parameters

    • plaintext: null | string

    Returns null | string

  • Parameters

    • plaintext: null | string

    Returns null | string

  • Issue an ID Token for the provided delegation.

    Returns

    Token as represented in a string value

    Parameters

    • map: null | object

      of entries that make up the token's contents

    • scriptDelegation: ScriptDelegation

      to issue the token for

    Returns null | string

  • Parameters

    • plaintext: null | string

    Returns null | string