lib/conjur/authn-api.rb in conjur-api-4.14.0 vs lib/conjur/authn-api.rb in conjur-api-4.15.0
- old
+ new
@@ -20,9 +20,13 @@
#
module Conjur
module Authn
class API < Conjur::API
class << self
+
+ # The URL for the audit service
+ #
+ # @return [String] the audit service url.
def host
Conjur.configuration.authn_url
end
end
end
\ No newline at end of file