Changes
/* Login details */
{{Version/WinXSince|3.8}}{{Version/XamarinSince|1.2}}, it's possible for the client to receive login details of the current user as well as other users.
Currently, that information is not displayed in the default UI. However, it's accessible under the globally available AppStatus through XAML customizing.
* AppStatus.CurrentLogin: The current login instance;* AppStatus.AllLogins: All available login instances;
* AppStatus.UpdateLoginDetailsCommand.
It is recommended to use the [[Developer_Mode#Browsing_the_ViewModel.2FContext|developer mode]] to inspect what can be expected from each of these.
{{Hint|If available, the instance matching the current login's UID will be used to extend the available login details. It's possible to have duplicate information in the current login, e.g. LoginName available from direct web service communication as well as the same named property through RawDetails. In such a case, it's recommended to take the former over the latter.}}
[[Category:Client|Login View]]
[[Category:WinX|Login View]]
[[Category:Xamarin|Login View]]
== Commands ==
