Class OAuth2::Error
In: lib/oauth2/error.rb
Parent: StandardError

Methods

error_message   new  

Attributes

code  [R] 
description  [R] 
response  [R] 

Public Class methods

standard error values include: :invalid_request, :invalid_client, :invalid_token, :invalid_grant, :unsupported_grant_type, :invalid_scope

Public Instance methods

Makes a error message @param [String] response_body response body of request @param [String] opts :error_description error description to show first line

[Validate]