Method: Castle::Failover::PrepareResponse#call
- Defined in:
- lib/castle/failover/prepare_response.rb
#call ⇒ Object
13 14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/castle/failover/prepare_response.rb', line 13 def call { # v1/risk v1/filter structure policy: { action: @strategy.to_s }, # v1/authenticate structure action: @strategy.to_s, user_id: @user_id, failover: true, failover_reason: @reason } end |