Ejemplo n.º 1
0
 public virtual void LoginCallback(QueryParameters responseCollection, Action <bool, Token> AuthenticationHandler)
 {
     AuthenticationStrategy.ConnectionToken = this.ConnectionToken;
     AuthenticationStrategy.LoginCallback(responseCollection, AuthenticationHandler);
 }