Options for customizing how access tokens and client certificates are extracted from incoming requests.
| Type Parameter | Description |
|---|---|
T | Type of the request |
Custom callback to resolve the PEM-encoded client certificate from the request.
Custom callback to extract the access token from the request.
When provided, overrides the default Authorization: Bearer header extraction.