Class: Trufina::Requests::InfoRequest

Inherits:
BaseRequest show all
Includes:
HappyMapper
Defined in:
lib/requests.rb

Overview

When we receive a TrufinaAccessNotification from Trufina, we can then use the included TNID to receive shared user data (note the TNID is valid for 14 days) with an InfoRequest. We receive this notification when the user changes their info or share permissions, or after we send a TrufinaAccessRequest.

Similar to LoginInfoRequest, but no user interaction.

Method Summary

Methods inherited from BaseRequest

#initialize, #render

Methods included from AllowCreationFromHash

#initialize

Constructor Details

This class inherits a constructor from Trufina::Requests::BaseRequest