# TypedKeyPayload Interface

A typed key payload. Only v is verified before this type is handed out (against TYPED_KEY_SUPPORTED_VERSIONS); see TypedKeyProductGrant for why the rest is unknown.

# Properties

# holder OptionalReadonly

holder? : unknown

Defined in src/license/vendor/extractKeyData.ts:47 (opens new window)


# iss OptionalReadonly

iss? : unknown

Defined in src/license/vendor/extractKeyData.ts:48 (opens new window)


# products Readonly

products: Readonly‹Record‹string, TypedKeyProductGrant››

Defined in src/license/vendor/extractKeyData.ts:45 (opens new window)


# ref OptionalReadonly

ref? : unknown

Defined in src/license/vendor/extractKeyData.ts:46 (opens new window)


# v Readonly

v: number

Defined in src/license/vendor/extractKeyData.ts:44 (opens new window)