Class: Doorkeeper::DeviceAuthorizationGrant::Errors::SlowDown

Inherits:
Errors::DoorkeeperError
  • Object
show all
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

#typeObject



25
26
27
# File 'lib/doorkeeper/device_authorization_grant/errors.rb', line 25

def type
  :slow_down
end