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
protected
AttestationObjectLoader
getAttestationObjectLoader(AttestationStatementSupportManager $attestationStatementSupportManager)

No description

protected
PublicKeyCredentialLoader
getPublicKeyCredentialLoader(AttestationObjectLoader $attestationObjectLoader)

No description

Details

protected AttestationStatementSupportManager getAttestationStatementSupportManager()

No description

Return Value

AttestationStatementSupportManager

protected AttestationObjectLoader getAttestationObjectLoader(AttestationStatementSupportManager $attestationStatementSupportManager)

No description

Parameters

AttestationStatementSupportManager $attestationStatementSupportManager

Return Value

AttestationObjectLoader

protected PublicKeyCredentialLoader getPublicKeyCredentialLoader(AttestationObjectLoader $attestationObjectLoader)

No description

Parameters

AttestationObjectLoader $attestationObjectLoader

Return Value

PublicKeyCredentialLoader