403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.145.179.177
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/pro/webauthn/DTO/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/dietcontrungnhanh.com/wp-content/plugins/ithemes-security-pro/pro/webauthn/DTO/UserVerificationRequirement.php
<?php

namespace iThemesSecurity\WebAuthn\DTO;

final class UserVerificationRequirement {

	/**
	 * The Relying Party requires user verification for the operation
	 * and will fail the overall ceremony if the response does not
	 * have the UV flag set. The client MUST return an error if user
	 * verification cannot be performed.
	 */
	const REQUIRED = 'required';

	/**
	 * The Relying Party prefers user verification for the operation
	 * if possible, but will not fail the operation if the response
	 * does not have the UV flag set.
	 */
	const PREFERRED = 'preferred';

	/**
	 * The Relying Party does not want user verification employed
	 * during the operation (e.g., in the interest of minimizing
	 * disruption to the user interaction flow).
	 */
	const DISCOURAGED = 'discouraged';

	const ALL = [
		self::REQUIRED,
		self::PREFERRED,
		self::DISCOURAGED,
	];
}

Youez - 2016 - github.com/yon3zu
LinuXploit