Class: Trufina::Requests::LoginInfoRequest

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

Overview

We redirect user to Trufina, they complete registration, Trufina redirects them back to our success url with an attached TLID. We then have 15 minutes to use this TLID to retreive the shared data with a LoginInfoRequest.

Similar to InfoRequest, but requires 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