Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $challenge, ?int $timeout=null, ?string $rpId=null, array $allowCredentials=[], ?string $userVerification=null, ?AuthenticationExtensionsClientInputs $extensions=null) | |
getRpId () | |
getAllowCredentials () | |
getUserVerification () | |
jsonSerialize () | |
Fonctions membres publiques hérités de PublicKeyCredentialOptions | |
__construct (string $challenge, ?int $timeout=null, ?AuthenticationExtensionsClientInputs $extensions=null) | |
getChallenge () | |
getTimeout () | |
getExtensions () | |
Fonctions membres publiques statiques | |
static | createFromString (string $data) |
static | createFromArray (array $json) |
Fonctions membres publiques statiques hérités de PublicKeyCredentialOptions | |
static | createFromString (string $data) |
static | createFromArray (array $json) |
Champs de données | |
const | USER_VERIFICATION_REQUIREMENT_REQUIRED = 'required' |
const | USER_VERIFICATION_REQUIREMENT_PREFERRED = 'preferred' |
const | USER_VERIFICATION_REQUIREMENT_DISCOURAGED = 'discouraged' |
Attributs privés | |
$rpId | |
$allowCredentials | |
$userVerification | |
Membres hérités additionnels | |
Attributs protégés hérités de PublicKeyCredentialOptions | |
$challenge | |
$timeout | |
$extensions | |
__construct | ( | string | $challenge, |
?int | $timeout = null , |
||
?string | $rpId = null , |
||
array | $allowCredentials = [] , |
||
?string | $userVerification = null , |
||
?AuthenticationExtensionsClientInputs | $extensions = null |
||
) |
PublicKeyCredentialDescriptor[] | $allowCredentials |
Références Symfony\Contracts\Service\__construct().
|
static |
Références null.
|
static |
Références $data.
getAllowCredentials | ( | ) |
Référencé par AuthenticatorAssertionResponseValidator\check().
getRpId | ( | ) |
Référencé par AuthenticatorAssertionResponseValidator\check().
getUserVerification | ( | ) |
Référencé par AuthenticatorAssertionResponseValidator\check().
jsonSerialize | ( | ) |
Références null.
|
private |
|
private |
|
private |
const USER_VERIFICATION_REQUIREMENT_DISCOURAGED = 'discouraged' |
const USER_VERIFICATION_REQUIREMENT_PREFERRED = 'preferred' |
Référencé par Authentication\getPubkeyRequestOptions().
const USER_VERIFICATION_REQUIREMENT_REQUIRED = 'required' |