The method required for the JWT module to be implemented.
the challenge computed from the request, that uniquely binds the token to the request that's currently processed.
Valid and signed JWT:
Three Base64URL encoded strings, joined together by periods. Follows the structure: header.payload.signature.
The claim challenge should contain the parameter challenge.
Interface to implement communication between this library, JWT Issuance service.