All inputs required for the zk login proof verification and other public inputs.

interface ZkLoginInputs {
    addressSeed: string;
    headerBase64: string;
    issBase64Details: Claim;
    proofPoints: ZkLoginProof;
}

Properties

addressSeed: string
headerBase64: string
issBase64Details: Claim
proofPoints: ZkLoginProof