Class: CommandTower::Auth::IdentityPolicyController
- Inherits:
-
CommandTower::ApplicationController
- Object
- ActionController::API
- CommandTower::ApplicationController
- CommandTower::Auth::IdentityPolicyController
- Defined in:
- app/controllers/command_tower/auth/identity_policy_controller.rb
Constant Summary
Constants inherited from CommandTower::ApplicationController
CommandTower::ApplicationController::AUTHENTICATION_EXPIRE_HEADER, CommandTower::ApplicationController::AUTHENTICATION_HEADER, CommandTower::ApplicationController::AUTHENTICATION_WITH_RESET
Instance Method Summary collapse
Methods inherited from CommandTower::ApplicationController
#authenticate_user!, #authenticate_user_without_email_verification!, #authorize_user!, #current_user, #safe_boolean
Instance Method Details
#show ⇒ Object
8 9 10 11 |
# File 'app/controllers/command_tower/auth/identity_policy_controller.rb', line 8 def show result = CommandTower::Workflows::Auth::IdentityPolicyWorkflow.call render_application_result(result) end |