-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACL-255] Add multi Client support #239
Conversation
… commercial vrp tests # Conflicts: # test/TrueLayer.AcceptanceTests/MandatesTests.cs
cb0906c
to
93f045a
Compare
01YG9+RQBilMp1L8MhkBCNaUS0XD9KzAnIugBwYFK4EEACOhgYkDgYYABAFRAocl | ||
7NevcAgux1T7NXrmBiTqnMpxQmhZDa/8i/hmX7elnbUl4d78WCQbFrgrpDc6shm8 | ||
L1shuZ5G4/IbBRpAggBBHRHjQ1ZYZmgsYoszweFyUzrXWOSH349d0rmJ6gyS7/zq | ||
2jZ884A/clvco/Zu/rSkS7Q6iWBls9w94A88Q2Phyw== | ||
-----END EC PRIVATE KEY----- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FIXED] It was fixed by latest code change
README.md
Outdated
### Multiple TrueLayer Clients | ||
|
||
Use keyed version of TrueLayer client (.NET 9.0/.NET 8.0): | ||
|
||
```c# | ||
.AddKeyedTrueLayer(configuration, options => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! My personal preference for something like AddNamedTrueLayerClient(...)
, but let's keep this as it is if it's more idiomatic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
No description provided.