<?php

namespace Hslavich\OneloginSamlBundle\Security\Http\Authenticator\Token;

use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

interface SamlTokenInterface extends TokenInterface
{
}
