# Functions
ParseAndVerifyToken parse the given token and verifies the signature ctx: Mandatory - the context authorizationToken: Mandatory - the auhorization token jwksURL: Mandatory - the URL to where the public keys are stored verifyToken: Mandatory - indicates whether the provided token needs to be signature verified Returns either the parsed and verified token or error if something goes wrong.