Sign in

Handler Type: ClientCertificateResolver

ClientCertificateResolver<T> = (req: T) => Promise<string | undefined>

Callback that resolves a PEM-encoded client certificate from the incoming request.

The returned certificate can include or omit the -----BEGIN CERTIFICATE----- / -----END CERTIFICATE----- delimiters.

Type Parameters

Type ParameterDescription
TType of the request

Parameters

ParameterType
reqT

Returns

Promise<string | undefined>

© 2024 MonoCloud. All rights reserved.