CheckAuthenticated
Checks whether the current user is logged in. You can use this function to check if a user needs to start the login flow.
MWSDK.CheckAuthenticated { onBool in print("This device's login state is:\(onBool)")}
Edit this page on GitHub