Skip to content

Commit

Permalink
chore: Update BaseClient documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rbclark committed Oct 28, 2022
1 parent ce07c11 commit a89e880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/googleauth/base_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ module Google
module Auth
# BaseClient is a class used to contain common methods that are required by any
# Credentials Client, including AwsCredentials, ServiceAccountCredentials,
# and UserRefreshCredentials.
# and UserRefreshCredentials. This is a superclass of Signet::OAuth2::Client
# and has been created to create a generic interface for all credentials clients
# to use, including ones which do not inherit from Signet::OAuth2::Client.
module BaseClient
AUTH_METADATA_KEY = :authorization

Expand Down

0 comments on commit a89e880

Please sign in to comment.