def generate_token(self, expiration):
        """
        Generates an authentication token for this profile.
        Expiration in seconds.
        Author: Ahmed H. Ismail