Class: Trufina::Requests::AccessRequest
- Inherits:
-
BaseRequest
- Object
- BaseRequest
- Trufina::Requests::AccessRequest
- Includes:
- HappyMapper
- Defined in:
- lib/requests.rb
Overview
Once we’ve completed the login flow and retreived our information, if we want additional information later we ask for it with the AccessRequest.
The AccessResponse will contain a status of “pending” for the additional credentials, and Trufina will notify the user via email that a partner is requesting a new credential. Once the user grants permission for that credential, the Partner will be notified via a AccessNotification.
Method Summary
Methods inherited from BaseRequest
Methods included from AllowCreationFromHash
Constructor Details
This class inherits a constructor from Trufina::Requests::BaseRequest