-
Notifications
You must be signed in to change notification settings - Fork 14
User Identity
Li Lin edited this page Aug 13, 2018
·
4 revisions
Identity represents a user known by StraaS server.
-
If you want to distinguish users, you can put StraaS member token in. Use two steps below to get StraaS member token.
-
If the user is a guest, set
JWT = @"";
. You can use guest for testing directly.