Module: Himari::RackOAuth2Ext::RequestIssuer
- Defined in:
- lib/himari/rack_oauth2_ext.rb
Overview
rack-oauth2 stamps state and redirect_uri from the request onto every error it raises; thread the issuer along the same path so ErrorIssuerParam has a value to emit.
Instance Attribute Summary collapse
-
#iss ⇒ Object
Returns the value of attribute iss.
Instance Attribute Details
#iss ⇒ Object
Returns the value of attribute iss.
40 41 42 |
# File 'lib/himari/rack_oauth2_ext.rb', line 40 def iss @iss end |