module OmfCommon::Auth

Public Class Methods

init(opts = {}) click to toggle source
# File lib/omf_common/auth.rb, line 13
def self.init(opts = {})
  CertificateStore.init(opts)
end