OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 47 forks source link

Started implementation of IAuthenticationAsync #465

Open erikoijwall opened 7 months ago

erikoijwall commented 7 months ago

Added interface IAuthenticationAsync (copied from IAuthentication and added Async postfix)

Added methods on DomainServiceDescription :

Tests are not written yet. I was looking at the existing tests in AuthenticationCodeProcessorTest. Should rewrite so it also verifies the behavior for the new interface? (right now I just changed some tests to use the new Interface, I will revert that.) Should test be added for code generation? What existing tests are there for this?