Reads data associated with the given token.
The method returns false if the token does not exist in the storage.
public function read(string $token) : ?Profile;