jwt

This command specifies the context variable that contains the JWT to validate.

Syntax

jwt variable

Parameters

variable
Specifies the name of the context variable that contains the JWT. The default value is request.headers.authorization.

Guidelines

The jwt command specifies the context variable that contains the JWT to validate. The format of the authorization header must be Authorization: Bearer jwt-token where jwt-token indicates the encoded JWT.