OBJECT

VerifyJWTPayload

link GraphQL Schema definition

1type VerifyJWTPayload {
2
3# the same JWT input
4jwtToken: String!
5
6# the payload contained within the JWT
7payload: JSONData!
8
9}