Beispiel #1
0
 public async Task <ServiceResponse <AuthToken> > GetAuthToken(string requestFor, Dictionary <string, string> extraRequest, Dictionary <string, string> headers)
 {
     return(CurrentAuthToken.AsServiceResponse());
 }
Beispiel #2
0
 public override async Task <ServiceResponse <AuthToken> > GetAuthToken(
     string username, string password, AuthToken authToken, Dictionary <string, string> headers)
 {
     return(CurrentAuthToken.AsServiceResponse());
 }