for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace SimpleSAML\WSSecurity\XML\wsse;
use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait};
/**
* Class defining the SecurityTokenReference element
*
* @package simplesamlphp/ws-security
*/
final class SecurityTokenReference extends AbstractSecurityTokenReferenceType implements
SchemaValidatableElementInterface
{
use SchemaValidatableElementTrait;
SimpleSAML\XML\SchemaValidatableElementTrait
SimpleSAML\WSSecurity\XM...\SecurityTokenReference
$message
$line
}