Get Get Token Attribute
This endpoint allows applications to validate the access token issued by VMware Identity Manager, and to retrieve the public key used to sign the token.
the type of operation to perform on the token. Use "isValid" to validate a token, "isRevoked" to check the revocation status, and "publicKey" to retrieve the public key
the tenant to retrieve the public key for (only valid when attribute is publicKey), if the tenant is different from the one in the request URL
the format of the public key (only valid when attribute is publicKey). Use "pem" to retrieve the key in PEM format, "jwks" to get the key in JWKS format, and "jwk" to get in the key in the JWK format (early draft)
successful operation