Class: OIDCProvider::SessionsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- OIDCProvider::SessionsController
- Defined in:
- app/controllers/oidc_provider/sessions_controller.rb
Instance Method Summary collapse
Methods included from Concerns::Session
Methods included from Concerns::Authentication
#current_token, #oidc_current_account, #require_access_token, #require_authentication, #unauthenticate!
Instance Method Details
#destroy ⇒ Object
5 6 7 8 |
# File 'app/controllers/oidc_provider/sessions_controller.rb', line 5 def destroy unauthenticate! redirect_to after_oidc_sign_out_path end |