Skip to main content

ZkLoginVerifyResult

The result of the zkLogin signature verification.

type ZkLoginVerifyResult {
error: String
success: Boolean
}

Fields

ZkLoginVerifyResult.error ● String scalar

The error field capture reasons why the signature could not be verified, assuming the inputs are valid and there are no internal errors.

ZkLoginVerifyResult.success ● Boolean scalar

The boolean result of the verification. If true, errors should be empty.

Returned By

verifyZkLoginSignature query