Module: Baidu::OAuth
- Defined in:
- lib/baidu/oauth.rb,
lib/baidu/oauth/client.rb,
lib/baidu/oauth/flow/base.rb,
lib/baidu/oauth/flow/code.rb,
lib/baidu/oauth/flow/device.rb
Defined Under Namespace
Constant Summary collapse
- SITE =
'https://openapi.baidu.com'
- AUTHORIZATION_ENDPOINT =
'/oauth/2.0/authorize'
- TOKEN_ENDPOINT =
'/oauth/2.0/token'
- DEVICE_ENDPOINT =
'/oauth/2.0/device/code'