UNPKG

embassy

Version:

Simple JSON Web Tokens (JWT) with embedded scopes for services

55 lines (29 loc) 1.06 kB
[embassy](../README.md) / [Exports](../modules.md) / ManualClaims # Interface: ManualClaims ## Hierarchy * **ManualClaims** ↳ [*Claims*](claims.md) ## Indexable ▪ [key: *string*]: [*ClaimValue*](../modules.md#claimvalue) \| *Record*<*string*, [*ClaimValue*](../modules.md#claimvalue)\> ## Table of contents ### Properties - [aud](manualclaims.md#aud) - [iss](manualclaims.md#iss) - [scope](manualclaims.md#scope) - [sub](manualclaims.md#sub) ## Properties ### aud`Optional` **aud**: *string* Defined in: [src/types.ts:107](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L107) ___ ### iss • `Optional` **iss**: *string* Defined in: [src/types.ts:106](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L106) ___ ### scope`Optional` **scope**: *string* Defined in: [src/types.ts:108](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L108) ___ ### sub • `Optional` **sub**: *string* Defined in: [src/types.ts:105](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L105)