Module: Doorkeeper::DeviceAuthorizationGrant::OAuth

Defined in:
lib/doorkeeper/device_authorization_grant.rb,
lib/doorkeeper/device_authorization_grant/oauth.rb,
lib/doorkeeper/device_authorization_grant/oauth/helpers/user_code.rb,
lib/doorkeeper/device_authorization_grant/oauth/device_code_request.rb,
lib/doorkeeper/device_authorization_grant/oauth/device_authorization_request.rb,
lib/doorkeeper/device_authorization_grant/oauth/device_authorization_response.rb

Overview

Namespace for device authorization requests and responses

Defined Under Namespace

Modules: Helpers Classes: DeviceAuthorizationRequest, DeviceAuthorizationResponse, DeviceCodeRequest

Constant Summary collapse

DEVICE_CODE =

IANA URN of the Device Authorization Grant Type.

'urn:ietf:params:oauth:grant-type:device_code'