/**
  * Get the identifier.
  *
  * @return string 
  * @static 
  */
 public static function getIdentifier()
 {
     return \Tymon\JWTAuth\JWTAuth::getIdentifier();
 }