jwtPayload property

String? jwtPayload
getter/setter pair

Contains a set of claims.

The JWT specification defines seven Registered Claim Names which are the standard fields commonly included in tokens. Custom claims are usually also included, depending on the purpose of the token.

Implementation

core.String? jwtPayload;