Class: Doorkeeper::DeviceAuthorizationGrant::Errors::ExpiredToken
- Inherits:
-
Errors::DoorkeeperError
- Object
- Errors::DoorkeeperError
- Doorkeeper::DeviceAuthorizationGrant::Errors::ExpiredToken
- Defined in:
- lib/doorkeeper/device_authorization_grant/errors.rb
Overview
The “device_code” has expired, and the device authorization session has concluded.
The client MAY commence a new device authorization request but SHOULD wait for user interaction before restarting to avoid unnecessary polling.
Instance Method Summary collapse
Instance Method Details
#type ⇒ Object
37 38 39 |
# File 'lib/doorkeeper/device_authorization_grant/errors.rb', line 37 def type :expired_token end |