Represents a JWT credential consist of the specified payload
JWT
Retrieve a non-RFC JWT string Claim by its name
Retrieve a non-RFC JWT Claim by its name and attempt to decode as the supplied type
Retrieve a non-RFC JWT Claim by its name and attempt to decode as a list of the supplied type
Get the value of the "aud" claim, or an empty list if it's not available.
Get the value of the "exp" claim, or null if it's not available.
Get the value of the "iat" claim, or null if it's not available.
Get the value of the "iss" claim, or null if it's not available.
Get the value of the "jti" claim, or null if it's not available.
Get the value of the "nbf" claim, or null if it's not available.
The JWT payload
Get the value of the "sub" claim, or null if it's not available.