Documentation
    Preparing search index...

    Interface ZkLoginVerifyResult

    interface ZkLoginVerifyResult {
        errors: string[];
        success: boolean;
    }
    Index

    Properties

    Properties

    errors: string[]

    The errors field captures any verification error

    success: boolean

    The boolean result of the verification. If true, errors should be empty.