trait BaseHandlerTrait (View source)

Contains logic which is shared between both WebAuthn's RegisterHandler and VerifyHandler, such as the attestation configuration options.

Methods

protected
Decoder
getDecoder() deprecated

No description

protected
AttestationStatementSupportManager
getAttestationStatementSupportManager(Decoder $decoder)

No description

protected
AttestationObjectLoader
getAttestationObjectLoader(AttestationStatementSupportManager $attestationStatementSupportManager, Decoder $decoder)

No description

protected
PublicKeyCredentialLoader
getPublicKeyCredentialLoader(AttestationObjectLoader $attestationObjectLoader, Decoder $decoder)

No description

Details

protected Decoder getDecoder() deprecated

deprecated 4.5.0 Will be removed without equivalent functionality to replace it No longer needed as of v3 of webauthn-lib the Decoder is now created within both: AttestationObjectLoader::__construct() AuthenticatorAssertionResponseValidator::__construct()

No description

Return Value

Decoder

protected AttestationStatementSupportManager getAttestationStatementSupportManager(Decoder $decoder)

No description

Parameters

Decoder $decoder

Return Value

AttestationStatementSupportManager

protected AttestationObjectLoader getAttestationObjectLoader(AttestationStatementSupportManager $attestationStatementSupportManager, Decoder $decoder)

No description

Parameters

AttestationStatementSupportManager $attestationStatementSupportManager
Decoder $decoder

Return Value

AttestationObjectLoader

protected PublicKeyCredentialLoader getPublicKeyCredentialLoader(AttestationObjectLoader $attestationObjectLoader, Decoder $decoder)

No description

Parameters

AttestationObjectLoader $attestationObjectLoader
Decoder $decoder

Return Value

PublicKeyCredentialLoader