Client for AuthN API calls
Client
AuthN
# File lib/keratin/authn.rb, line 13 def self.authn @authn ||= AuthN::API.new( AuthN.config.authn_url, username: AuthN.config.username, password: AuthN.config.password ) end