PAYLOAD_TYPE_JWE constant
PayloadType
const PAYLOAD_TYPE_JWE
PAYLOAD_TYPE_JWE will send the payload as Encrypted JWT (JWE) in the body of the request. This allows additional security, e.g when passing sensitive information. You can provide your own public key for encryption.
Implementation
static const PayloadType PAYLOAD_TYPE_JWE =
PayloadType._(3, _omitEnumNames ? '' : 'PAYLOAD_TYPE_JWE');