Returns a new instance of Params.
6 7 8
# File 'lib/nemid/authentication/params.rb', line 6 def initialize(cert:, key:) @nemid_crypto = NemID::Crypto.new(cert: cert, key: key) end