Preparing search index...
The search index is not available
Documentation
Documentation
BYU JWT
JwtHeader
Class JwtHeader
Hierarchy
JwtHeader
Index
Constructors
constructor
Properties
alg
kid
x5t
Schema
Methods
from
Constructors
constructor
new
Jwt
Header
(
jwt
)
:
JwtHeader
Parameters
jwt
:
{
alg
:
string
;
kid
:
string
;
x5t
:
string
;
}
alg
:
string
kid
:
string
x5t
:
string
Returns
JwtHeader
Properties
Readonly
alg
alg
:
string
Readonly
kid
kid
:
string
Readonly
x5t
x5t
:
string
Static
Schema
Schema
:
TObject
<
{
alg
:
TString
;
kid
:
TString
;
x5t
:
TString
;
}
>
= ...
Type declaration
alg
:
TString
kid
:
TString
x5t
:
TString
Methods
Static
from
from
(
value
)
:
JwtHeader
Parameters
value
:
unknown
Returns
JwtHeader
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
alg
kid
x5t
Schema
from
Documentation
BYU
Fastify JWT
BYU JWT
Client
Claim
Source
Key
Type
User
Type
Byu
Jwt
Jwt
Header
Jwt
Payload
Transformed
Jwt
Payload
Create
Byu
Jwt
Options
Jwt
Payload
Data
Raw
Byu
Client
Claims
Raw
Byu
Resource
Owner
Claims
Raw
Issuer
Claims
Raw
Jwt
Header
Raw
Jwt
Payload
Jwt
Payload
Schema
Raw
Byu
Client
Claims
Schema
Raw
Byu
Resource
Owner
Claims
Schema
Raw
Issuer
Claims
Schema
transformer
Generated using
TypeDoc