Skip to content

Commit

Permalink
fixup! feat(binding-coap): add support for client certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Oct 17, 2024
1 parent 30afd80 commit 3517a5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/binding_coap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/// [spec link]: https://www.w3.org/TR/wot-binding-templates/
library binding_coap;

export "package:coap/coap.dart" show ClientCertificate, ClientPrivateKey;

export "src/binding_coap/coap_client_factory.dart";
export "src/binding_coap/coap_config.dart";
export "src/binding_coap/coap_server.dart";

0 comments on commit 3517a5b

Please sign in to comment.