AuthenticationServiceIsBackEndAuthenticationDone Method |
Check for backend authentication done or not.
Namespace:
Unvired.Kernel.UWP.Login
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsBackEndAuthenticationDone()
Public Shared Function IsBackEndAuthenticationDone As Boolean
public:
static bool IsBackEndAuthenticationDone()
static member IsBackEndAuthenticationDone : unit -> bool
Return Value
Type:
Booleantrue if done else false
See Also