Example #1
0
 public static async Task <ISearchAuthApiGoogleNowAuthResult> GetGoogleNowAuthAsync(this ISearchAuthApi api, GoogleApiClient client, string webAppClientId)
 {
     return((await api.GetGoogleNowAuth(client, webAppClientId)).JavaCast <ISearchAuthApiGoogleNowAuthResult> ());
 }
Example #2
0
 public static async Task <Statuses> ClearTokenAsync(this ISearchAuthApi api, GoogleApiClient client, string accessToken)
 {
     return((await api.ClearToken(client, accessToken)).JavaCast <Statuses> ());
 }