embassy
Version:
Simple JSON Web Tokens (JWT) with embedded scopes for services
44 lines (23 loc) • 748 B
Markdown
[embassy](../README.md) / [Exports](../modules.md) / JWTHeader
# Interface: JWTHeader
## Hierarchy
* **JWTHeader**
## Indexable
▪ [custom: *string*]: [*Serializable*](../modules.md#serializable)
## Table of contents
### Properties
- [alg](jwtheader.md#alg)
- [kid](jwtheader.md#kid)
- [typ](jwtheader.md#typ)
## Properties
### alg
• **alg**: *string*
Defined in: [src/types.ts:120](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L120)
___
### kid
• `Optional` **kid**: *string*
Defined in: [src/types.ts:122](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L122)
___
### typ
• **typ**: *JWT*
Defined in: [src/types.ts:121](https://github.com/TomFrost/Embassy/blob/3a9cf3a/src/types.ts#L121)