Method: Doorkeeper::Config::Builder#reuse_access_token
- Defined in:
- lib/doorkeeper/config.rb
#reuse_access_token ⇒ Object
Reuse access token for the same resource owner within an application (disabled by default) Rationale: github.com/doorkeeper-gem/doorkeeper/issues/383
98 99 100 |
# File 'lib/doorkeeper/config.rb', line 98 def reuse_access_token @config.instance_variable_set(:@reuse_access_token, true) end |