Class: Doorkeeper::DeviceAuthorizationGrant::Errors::SlowDown
- Inherits:
-
Errors::DoorkeeperError
- Object
- Errors::DoorkeeperError
- Doorkeeper::DeviceAuthorizationGrant::Errors::SlowDown
- Defined in:
- lib/doorkeeper/device_authorization_grant/errors.rb
Overview
A variant of “authorization_pending”, the authorization request is still pending and polling should continue, but the interval MUST be increased by 5 seconds for this and all subsequent requests.
Instance Method Summary collapse
Instance Method Details
#type ⇒ Object
25 26 27 |
# File 'lib/doorkeeper/device_authorization_grant/errors.rb', line 25 def type :slow_down end |