File "Constants.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/Constants.php
File size: 413 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

namespace PragmaRX\Google2FA\Support;

class Constants
{
    /**
     * Characters valid for Base 32.
     */
    const VALID_FOR_B32 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';

    /**
     * Characters valid for Base 32, scrambled.
     */
    const VALID_FOR_B32_SCRAMBLED = '234567QWERTYUIOPASDFGHJKLZXCVBNM';

    /**
     * Argument not set constant.
     */
    const ARGUMENT_NOT_SET = '__not_set__';
}

PHP File Manager