Skip to main content

ZkLoginInputs

The zkLogin inputs including proof, claim details, and JWT header.

type ZkLoginInputs {
addressSeed: String
headerBase64: String
issBase64Details: ZkLoginClaim
proofPoints: ZkLoginProof
}

Fields​

ZkLoginInputs.addressSeed ● String scalar​

The address seed as a base10-encoded string.

ZkLoginInputs.headerBase64 ● String scalar​

The Base64-encoded JWT header.

ZkLoginInputs.issBase64Details ● ZkLoginClaim object​

The Base64-encoded issuer claim details.

ZkLoginInputs.proofPoints ● ZkLoginProof object​

The zero-knowledge proof points.

Member Of​

ZkLoginSignature object