Google Apps Script API
    Preparing search index...
    interface VerificationCodesCollection {
        generate(userKey: string): void;
        invalidate(userKey: string): void;
        list(userKey: string): VerificationCodes;
    }
    Index

    Methods