lib/nexaas_id/client/application.rb in nexaas_id-client-0.5.0 vs lib/nexaas_id/client/application.rb in nexaas_id-client-0.6.0
- old
+ new
@@ -19,10 +19,10 @@
NexaasID::Resources::SignUp.new(token(:invite))
end
private
- attr_reader :tokens, :credentials
+ attr_reader :tokens
def client
@client ||= NexaasID::Client::OAuth.build
end