Exemple #1
0
 private void OnTokenErrorReceived()
 {
     this.HasAuthenticated = false;
     this._currentToken    = null;
     this.TokenErrorMsg    = "Error: cannot authenticate";
 }
Exemple #2
0
 private void OnTokenReceived(AuthInfo result)
 {
     this.HasAuthenticated = true;
     this._currentToken    = result;
 }