An zk login authenticator with all the necessary fields.

interface ZkLoginAuthenticator {
    inputs: ZkLoginInputs;
    maxEpoch: string;
    userSignature: Signature;
}

Properties

maxEpoch: string
userSignature: Signature