Class Signet::OAuth2::Client
In: lib/googleauth/signet.rb
Parent: Object

Signet::OAuth2::Client creates an OAuth2 client

This reopens Client to add apply and apply! methods which update a hash with the fetched authentication token.

Methods

External Aliases

fetch_access_token! -> orig_fetch_access_token!

Public Instance methods

Returns a clone of a_hash updated with the authentication token

Updates a_hash updated with the authentication token

Returns a reference to the apply method, suitable for passing as a closure

[Validate]