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()

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()

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