ZkLoginVerifyResult
The result of the zkLogin signature verification.
type ZkLoginVerifyResult {
success: Boolean!
errors: [String!]!
}
Fields
ZkLoginVerifyResult.success ● Boolean! non-null scalar
The boolean result of the verification. If true, errors should be empty.
ZkLoginVerifyResult.errors ● [String!]! non-null scalar
The errors field captures any verification error
Returned By
verifyZkloginSignature query