We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacfce1 commit 1be21daCopy full SHA for 1be21da
lib/resty/pubsub/oauth_client.lua
@@ -28,6 +28,7 @@ function _M.new(self, oauth_config, topic)
28
local instance = {
29
topic = topic,
30
service_account_key_path = oauth_config.service_account_key_path,
31
+ service_account_token_path = oauth_config.service_account_token_path,
32
oauth_base_uri = oauth_config.oauth_base_uri,
33
oauth_scopes = oauth_config.oauth_scopes,
34
oauth_token_time = 0, -- We need to maintain token fetch time so that we can update it before expiring
0 commit comments