Documentation
Preparing search index...
@mysten/sui
client
ZkLoginInputs
Interface ZkLoginInputs
All inputs required for the zk login proof verification and other public inputs.
interface
ZkLoginInputs
{
addressSeed
:
string
;
headerBase64
:
string
;
issBase64Details
:
Claim
;
proofPoints
:
ZkLoginProof
;
}
Index
Properties
address
Seed
header
Base64
iss
Base64
Details
proof
Points
Properties
address
Seed
addressSeed
:
string
header
Base64
headerBase64
:
string
iss
Base64
Details
issBase64Details
:
Claim
proof
Points
proofPoints
:
ZkLoginProof
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
Seed
header
Base64
iss
Base64
Details
proof
Points
Documentation
Loading...
All inputs required for the zk login proof verification and other public inputs.