Type alias AuthOptions

AuthOptions: CoreAuthOptions & {
    getCertificate?: GetCertificate;
}

Type declaration

  • Optional getCertificate?: GetCertificate

    Resolves the client certificate for mTLS certificate-bound access token validation (RFC 8705), for use behind a TLS-terminating proxy.

    mTLS is opt-in: supplying this resolver enables it (sets mtls.enabled to true) unless mtls.enabled is set explicitly.