MonoCloud Authentication SDK
    Preparing search index...

    Type Alias ClientCertificateResolver<T>

    ClientCertificateResolver: (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

    • T

      Type of the request

    Type Declaration

      • (req: T): Promise<string | undefined>
      • Parameters

        • req: T

        Returns Promise<string | undefined>