# File lib/puppet/network/rest_authorization.rb, line 11
11:         def authconfig
12:             unless defined? @authconfig
13:                 @authconfig = Puppet::Network::RestAuthConfig.main
14:             end
15: 
16:             @authconfig
17:         end