BaseHandlerTrait
trait BaseHandlerTrait (View source)
Contains logic which is shared between both WebAuthn's RegisterHandler and VerifyHandler, such as the attestation configuration options.
Methods
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
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