ZkLoginClaim
A Base64-encoded claim from the JWT used in zkLogin.
type ZkLoginClaim {
indexMod4: Int
value: String
}
Fields
ZkLoginClaim.indexMod4 ● Int scalar
The index mod 4 used for Base64 decoding alignment.
ZkLoginClaim.value ● String scalar
The Base64url-unpadded encoded claim value.
Member Of
ZkLoginInputs object