Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

User Identity

Li Lin edited this page Aug 13, 2018 · 4 revisions

Overview

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.

Clone this wiki locally