NAME

Google::Ads::GoogleAds::GoogleAuthHandler

DESCRIPTION

Authorization handler that uses Google::Auth to obtain credentials, supporting Application Default Credentials (ADC) and hardened environment integration.

METHODS

initialize

Initializes the handler and attempts to load default credentials.

is_auth_enabled

Returns true if credentials were successfully loaded.

prepare_request

Prepares the HTTP::Request by adding the Authorization header with the Bearer token.