app\User::getJWTCustomClaims PHP Method

getJWTCustomClaims() public method

Return a key value array, containing any custom claims to be added to the JWT
public getJWTCustomClaims ( ) : array
return array
    public function getJWTCustomClaims()
    {
        return [];
    }