ClaimStrings is basically just a slice of strings, but it can be either serialized from a string array or just a string. This type is necessary, since the "aud" claim can either be a single string or an array.

Hierarchy

  • Array<string>
    • ClaimStrings

Methods

  • Returns string | number[]

  • Parameters

    • data: string | number[]

    Returns void

Generated using TypeDoc