base64UrlEncoded abstract method

OutOfBandPayloadDecode base64UrlEncoded(
  1. String base64UrlEncoded
)

Specifies the JSON as Base64 URL encoded string to be decoded.

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

Params:

  • base64UrlEncoded: the JSON encoded as a Base64 URL encoded string.

Returns: an OutOfBandPayloadDecode object.

Implementation

OutOfBandPayloadDecode base64UrlEncoded(String base64UrlEncoded);