Mayson Monorepo Documentation
    Preparing search index...
    interface CodeVerification {
        attempts_remaining: number;
        status: string;
    }
    Index

    Properties

    attempts_remaining: number

    The number of attempts remaining to authenticate the source object with a verification code.

    status: string

    The status of the code verification, either pending (awaiting verification, attempts_remaining should be greater than 0), succeeded (successful verification) or failed (failed verification, cannot be verified anymore as attempts_remaining should be 0).