lib/nubank_sdk/auth.rb in nubank_sdk-0.7.2 vs lib/nubank_sdk/auth.rb in nubank_sdk-0.7.3
- old
+ new
@@ -21,9 +21,10 @@
@device_id = device_id || generate_device_id
@api_routes = api_routes || ApiRoutes.new
@connection_adapter = connection_adapter
@p_key = OpenSSL::PKey::RSA.new 2048
+ @encrypted_code = ''
end
#
# Return the instance of user certificate
#