Libraries
»
rack-oauth2-server
(2.8.0)
»
Index
»
Rack
»
OAuth2
»
Server
»
OAuthError
»
#code
Method: Rack::OAuth2::Server::OAuthError#code
Defined in:
lib/rack/oauth2/server/errors.rb
#
code
⇒
Object
(readonly)
The OAuth error code.
14 15 16
# File 'lib/rack/oauth2/server/errors.rb', line 14
def
code
@code
end