json abstract method

OutOfBandPayloadDecode json(
  1. String json
)

Specifies the JSON to be decoded.

IMPORTANT
You must provide either the JSON through this method, or the Base64 URL encoded representation of the JSON with the base64UrlEncoded method. Only one of them can be provided.

Params:

  • json: the JSON.

Returns: an OutOfBandPayloadDecode object.

Implementation

OutOfBandPayloadDecode json(String json);