PAYLOAD_TYPE_JSON constant
PayloadType
const PAYLOAD_TYPE_JSON
PAYLOAD_TYPE_JSON will send the payload as JSON in the body of the request.
For integrity and authenticity a signature is included in the header X-ZITADEL-Signature.
This is the current default, for backwards compatibility reasons.
Implementation
static const PayloadType PAYLOAD_TYPE_JSON =
PayloadType._(1, _omitEnumNames ? '' : 'PAYLOAD_TYPE_JSON');