Class: StandardId::Api::Oauth::Callback::ProvidersController
- Inherits:
-
BaseController
- Object
- ActionController::API
- BaseController
- BaseController
- StandardId::Api::Oauth::Callback::ProvidersController
- Includes:
- SocialAuthentication
- Defined in:
- app/controllers/standard_id/api/oauth/callback/providers_controller.rb
Instance Method Summary collapse
Instance Method Details
#apple ⇒ Object
14 15 16 17 |
# File 'app/controllers/standard_id/api/oauth/callback/providers_controller.rb', line 14 def apple expect_and_permit!([], [:id_token, :code, :state, :flow]) ("apple") end |
#google ⇒ Object
9 10 11 12 |
# File 'app/controllers/standard_id/api/oauth/callback/providers_controller.rb', line 9 def google expect_and_permit!([], [:id_token, :code]) ("google") end |