app\User::getJWTIdentifier PHP Méthode

getJWTIdentifier() public méthode

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
Résultat mixed
    public function getJWTIdentifier()
    {
        return $this->getKey();
    }