Authorization Information
Get the token and uid of the current user
let data = GizUserManager.sharedInstance.getAuthorizeData();Set token and uid
ℹ️
In some special cases, it may be necessary to manually set the token and uid. You can use the following interface for this purpose.
GizUserManager.sharedInstance.updateAuthorizeData(token: "", uid: "");