Methods
Attributes
| [R] | error | |
| [R] | error_description |
Class Public methods
new(client, grant, params = {}) Link
Source: show
# File engines/oauth/app/actions/o_auth_provider/access_token_validator.rb, line 5 def initialize(client, grant, params = {}) @client = client @grant = grant @params = params @error = nil @error_description = nil end