Skip to content

Commit

Permalink
Merge pull request #730 from jskeet/icredential
Browse files Browse the repository at this point in the history
Make GoogleCredential implement ICredential
  • Loading branch information
jskeet committed Apr 20, 2016
2 parents d9d68ee + 78cbdc1 commit 418e02b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Google.Apis.Auth.OAuth2
/// See <see cref="GetApplicationDefaultAsync"/> for the credential retrieval logic.
/// </para>
/// </summary>
public class GoogleCredential : IConfigurableHttpClientInitializer, ITokenAccess
public class GoogleCredential : ICredential
{
/// <summary>Provider implements the logic for creating the application default credential.</summary>
private static DefaultCredentialProvider defaultCredentialProvider = new DefaultCredentialProvider();
Expand Down

0 comments on commit 418e02b

Please sign in to comment.