The type of the payload to return, so user code can validate
additional claims. Should extendJsonWebSignature.Payload. Payload information will be deserialized
usingInstance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis document provides information on the \u003ccode\u003eJsonWebSignature\u003c/code\u003e class, which is an implementation of the JSON Web Signature (JWS) standard, within the \u003ccode\u003eGoogle.Apis.Auth\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJsonWebSignature\u003c/code\u003e class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and provides functionalities for verifying signed JSON Web Tokens (JWTs).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVerifySignedTokenAsync\u003c/code\u003e methods allow for the verification of signed tokens, ensuring they are valid and not expired, with options to customize the verification process and handle potential exceptions like \u003ccode\u003eInvalidJwtException\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API for the \u003ccode\u003eJsonWebSignature\u003c/code\u003e is 1.69.0, but documentation is provided for several versions down to 1.50.0, with this document in particular focusing on the 1.55.0 version.\u003c/p\u003e\n"],["\u003cp\u003eThere are two main methods presented: \u003ccode\u003eVerifySignedTokenAsync(String, SignedTokenVerificationOptions, CancellationToken)\u003c/code\u003e and \u003ccode\u003eVerifySignedTokenAsync<TPayload>(String, SignedTokenVerificationOptions, CancellationToken)\u003c/code\u003e, both of which can be used to check the validity of tokens.\u003c/p\u003e\n"]]],[],null,[]]