1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 
<?php

namespace SAREhub\Client\User;

interface UserKeys
{

    const ID = 'id';
    const COOKIE = 'cookie';
    const EMAIL = 'email';
    const MOBILE = 'mobile';
}