Method: Vonage::NetworkAuthentication#server_authentication

Defined in:
lib/vonage/network_authentication.rb

#server_authenticationObject



18
19
20
# File 'lib/vonage/network_authentication.rb', line 18

def server_authentication
  @server_authentication ||= ServerAuthentication.new(@config)
end