Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

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