Class: Persona::Oidc::AuthorizeStart
- Inherits:
-
Struct
- Object
- Struct
- Persona::Oidc::AuthorizeStart
- Defined in:
- lib/persona/oidc.rb
Overview
What #authorize returns: where to send the browser, and the per-flow secrets to stash with the state and hand back to #verify on the callback. The stub needs no stash; a real code+PKCE flow does.
Instance Attribute Summary collapse
-
#stash ⇒ Object
Returns the value of attribute stash.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#stash ⇒ Object
Returns the value of attribute stash
31 32 33 |
# File 'lib/persona/oidc.rb', line 31 def stash @stash end |
#url ⇒ Object
Returns the value of attribute url
31 32 33 |
# File 'lib/persona/oidc.rb', line 31 def url @url end |