Example #1
0
 public void Authenticate(string userAddr)
 {
     accessToken = Init.Authentication(userAddr, _devicedId);
 }