Preparing search index...
The search index is not available
Documentation
Documentation
@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
address
Seed
:
string
header
Base64
header
Base64
:
string
iss
Base64
Details
iss
Base64
Details
:
Claim
proof
Points
proof
Points
:
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.