Kind: Function
Source: src/utils/jwt/jwt.ts
Part of: Utils
Signature
tsfunction decodeHeader(token: string): TokenHeader
Parameters
| Name | Type |
|---|---|
token | string |
Returns: TokenHeader
Kind: Function
Source: src/utils/jwt/jwt.ts
Part of: Utils
tsfunction decodeHeader(token: string): TokenHeader
| Name | Type |
|---|---|
token | string |
Returns: TokenHeader
Was this page helpful?