Where is the AuthenticationService EndLogin function? #331
-
I'm trying to rebuild this for open silver. Version from old app is Assembly OpenRiaServices.DomainServices.Client.dll, v2.0.5.0 namespace OpenRiaServices.DomainServices.Client.ApplicationServices class AuthenticationService I see the class, but it is missing the functions, I also don't seem to be generating this dll OpenRiaServices.DomainServices.Client.dll Is there another repo or am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, The API has changed and is relying on callbacks. |
Beta Was this translation helpful? Give feedback.
-
I haven't used opensilver yet, but I believe it supports netstandard, so you should be able to just use the client nuget package. Outputs are located under src/bin folder have a look at the "output window" if you bild it yourself. Apart from the documentation, you can have a look at the samples repository with different clients, including login approaches . |
Beta Was this translation helpful? Give feedback.
Hi,
The API has changed and is relying on callbacks.
Look at https://openriaservices.gitbook.io/openriaservices/ee707361/ee942451#to-login-and-logout-a-user, this may give you some guidence.