ClientAuthenticationService
constructor( enforceClientAuthentication: Boolean = false, verifierJwsService: VerifierJwsService = DefaultVerifierJwsService(), verifyClientAttestationJwt: suspend (JwsSigned<JsonWebToken>) -> Boolean = { true })(source)