-
Marko Ivancic authoredMarko Ivancic authored
IdentityProviderInterface.php 249 B
<?php
declare(strict_types=1);
namespace SimpleSAML\Module\accounting\Entities\Interfaces;
use DateTimeImmutable;
use SimpleSAML\Module\accounting\Entities\Bases\AbstractPayload;
interface IdentityProviderInterface extends ProviderInterface
{
}