class Trusona::Services::AccountLookupsService
User
Accounts Service
Public Class Methods
new(client: nil, mapper: nil)
click to toggle source
# File lib/trusona/services/account_lookups_service.rb, line 8 def initialize(client: nil, mapper: nil) @client = client || Trusona::Api::HTTPClient.new( Trusona.config.api_host ) @mapper = mapper || Trusona::Mappers::UserAccountMapper.new @resource_path = '/internal/v1/account_lookups' end