Class: Trufina::Requests::AccessRequest

Inherits:
BaseRequest show all
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

#initialize, #render

Methods included from AllowCreationFromHash

#initialize

Constructor Details

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