Changes in google.apis.auth.platformservices from v20.1 (Version 4.0.30319.42000)<br> to v21 (Version 4.0.30319.42000)

Changes in google.apis.auth.platformservices from v20.1 (Version 4.0.30319.42000)
to v21 (Version 4.0.30319.42000)

Removed Added
Google.Apis.Auth.OAuth2 GoogleWebAuthorizationBroker ()
public class Google.Apis.Auth.OAuth2.GoogleWebAuthorizationBroker n/a
  • Constructor: public GoogleWebAuthorizationBroker ()
  • Field: public static string Folder
  • Method: public static Task`1 AuthorizeAsync (ClientSecrets clientSecrets, IEnumerable`1 scopes, string user, CancellationToken taskCancellationToken, IDataStore dataStore)
  • Method: public static Task`1 AuthorizeAsync (Stream clientSecretsStream, IEnumerable`1 scopes, string user, CancellationToken taskCancellationToken, IDataStore dataStore)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public static Task ReauthorizeAsync (UserCredential userCredential, CancellationToken taskCancellationToken)
  • Method (i): public virtual string ToString ()
--> NONE <--
Google.Apis.Auth.OAuth2 LocalServerCodeReceiver ()
public class Google.Apis.Auth.OAuth2.LocalServerCodeReceiver n/a
  • Constructor: public LocalServerCodeReceiver ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual Task`1 ReceiveCodeAsync (AuthorizationCodeRequestUrl url, CancellationToken taskCancellationToken)
  • Method (i): public virtual string ToString ()
  • Property: virtual string RedirectUri { public get; }
--> NONE <--
Google.Apis.Auth.OAuth2 PromptCodeReceiver ()
public class Google.Apis.Auth.OAuth2.PromptCodeReceiver n/a
  • Constructor: public PromptCodeReceiver ()
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method: public virtual Task`1 ReceiveCodeAsync (AuthorizationCodeRequestUrl url, CancellationToken taskCancellationToken)
  • Method (i): public virtual string ToString ()
  • Property: virtual string RedirectUri { public get; }
--> NONE <--
Google.Apis.Auth.OAuth2 ServiceAccountCredential ()
public class Google.Apis.Auth.OAuth2.ServiceAccountCredential n/a
  • Constructor: public ServiceAccountCredential (Initializer initializer)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public virtual Task`1 HandleResponseAsync (HandleUnsuccessfulResponseArgs args)
  • Method: public virtual void Initialize (ConfigurableHttpClient httpClient)
  • Method: public virtual Task InterceptAsync (HttpRequestMessage request, CancellationToken cancellationToken)
  • Method (i): protected object MemberwiseClone ()
  • Method: public Task`1 RequestAccessTokenAsync (CancellationToken taskCancellationToken)
  • Method (i): public virtual string ToString ()
  • Nested Type: public class Initializer
  • Property: IAccessMethod AccessMethod { public get; }
  • Property: IClock Clock { public get; }
  • Property: ConfigurableHttpClient HttpClient { public get; }
  • Property: string Id { public get; }
  • Property: RSACryptoServiceProvider Key { public get; }
  • Property: IEnumerable`1 Scopes { public get; }
  • Property: TokenResponse Token { public get; }
  • Property: string TokenServerUrl { public get; }
  • Property: string User { public get; }
--> NONE <--

TopSummary