class Google::Auth::OAuth2::STSClient

def initialize options = {}

Parameters:
  • token_exchange_endpoint (String) --
def initialize options = {}
  raise "Token exchange endpoint can not be nil" if options[:token_exchange_endpoint].nil?
  self.default_connection = options[:connection]
  @token_exchange_endpoint = options[:token_exchange_endpoint]
end