Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (PublicKeyCredentialRpEntity $rp, PublicKeyCredentialUserEntity $user, string $challenge, array $pubKeyCredParams, ?int $timeout, array $excludeCredentials, AuthenticatorSelectionCriteria $authenticatorSelection, string $attestation, ?AuthenticationExtensionsClientInputs $extensions) | |
getRp () | |
getUser () | |
getPubKeyCredParams () | |
getExcludeCredentials () | |
getAuthenticatorSelection () | |
getAttestation () | |
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 | ATTESTATION_CONVEYANCE_PREFERENCE_NONE = 'none' |
const | ATTESTATION_CONVEYANCE_PREFERENCE_INDIRECT = 'indirect' |
const | ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT = 'direct' |
Attributs privés | |
$rp | |
$user | |
$pubKeyCredParams | |
$excludeCredentials | |
$authenticatorSelection | |
$attestation | |
Membres hérités additionnels | |
Attributs protégés hérités de PublicKeyCredentialOptions | |
$challenge | |
$timeout | |
$extensions | |
__construct | ( | PublicKeyCredentialRpEntity | $rp, |
PublicKeyCredentialUserEntity | $user, | ||
string | $challenge, | ||
array | $pubKeyCredParams, | ||
?int | $timeout, | ||
array | $excludeCredentials, | ||
AuthenticatorSelectionCriteria | $authenticatorSelection, | ||
string | $attestation, | ||
?AuthenticationExtensionsClientInputs | $extensions | ||
) |
PublicKeyCredentialCreationOptions constructor.
PublicKeyCredentialParameters[] | $pubKeyCredParams |
PublicKeyCredentialDescriptor[] | $excludeCredentials |
Références $user, et Symfony\Contracts\Service\__construct().
|
static |
Références null.
|
static |
Références $data.
getAttestation | ( | ) |
getAuthenticatorSelection | ( | ) |
Référencé par AuthenticatorAttestationResponseValidator\check().
getExcludeCredentials | ( | ) |
getPubKeyCredParams | ( | ) |
getRp | ( | ) |
Référencé par AuthenticatorAttestationResponseValidator\check().
getUser | ( | ) |
Références $user.
Référencé par AuthenticatorAttestationResponseValidator\check().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
const ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT = 'direct' |
Référencé par Authentication\getPubKeyCreationOptions().
const ATTESTATION_CONVEYANCE_PREFERENCE_INDIRECT = 'indirect' |
const ATTESTATION_CONVEYANCE_PREFERENCE_NONE = 'none' |
Référencé par Authentication\getPubKeyCreationOptions(), et Credentials\requestAttestation().