...
The JWS shall be formated as JWS compact serialization according to https://tools.ietf.org/html/rfc7515#section-3.1
BASE64URL(UTF8(JWS Protected Header)) || '.' || BASE64URL(JWS Payload) || '.' || BASE64URL(JWS Signature)
...
The JWS shall be formated as JWS compact serialization according to https://tools.ietf.org/html/rfc7515#section-3.1
BASE64URL(UTF8(JWS Protected Header)) || '.' || BASE64URL(JWS Payload) || '.' || BASE64URL(JWS Signature)