Einhugur JWT Plugin

EncodingParameters.AddHeaderClaim Method

Adds custom header claim.

AddHeaderClaim(
   key as String,
   value as String,
   type as EinhugurJWT.ClaimType)

Parameters

key
Key for the claim.
value
Value for the claim.
type
Type of the claim.

Remarks

See Also

EncodingParameters Class