primo commit
This commit is contained in:
		
							
								
								
									
										15
									
								
								libraries/vendor/web-auth/webauthn-lib/src/TrustPath/TrustPath.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								libraries/vendor/web-auth/webauthn-lib/src/TrustPath/TrustPath.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
declare(strict_types=1);
 | 
			
		||||
 | 
			
		||||
namespace Webauthn\TrustPath;
 | 
			
		||||
 | 
			
		||||
use JsonSerializable;
 | 
			
		||||
 | 
			
		||||
interface TrustPath extends JsonSerializable
 | 
			
		||||
{
 | 
			
		||||
    /**
 | 
			
		||||
     * @param array<string, mixed> $data
 | 
			
		||||
     */
 | 
			
		||||
    public static function createFromArray(array $data): static;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user