This API verifies a JOSE object.
Authenticate every request with a Service Access Token or Organization Token.
Set the token value in the Authorization: Bearer <token> header.
Service Access Token: Scoped to a single service. Use when automating service-level configuration or runtime flows.
Organization Token: Scoped to the organization; inherits permissions across services. Use for org-wide automation or when managing multiple services programmatically.
Both token types are issued by the Authlete console or provisioning APIs.
A service ID.
A JOSE object.
Mandatory claims that are required to be included in the JOSE object.
Allowable clock skew in seconds.
The identifier of the client application whose keys are required for verification of the JOSE object.
The flag which indicates whether the signature of the JOSE object has been signed by a client application with the client's private key or a shared symmetric key.
The code which represents the result of the API call.
A short message which explains the result of the API call.
The result of the verification on the JOSE object.
The result of the signature verification.
The list of missing claims.
The list of invalid claims.
The list of error messages.