Class: Persona::Oidc::Identity
- Inherits:
-
Struct
- Object
- Struct
- Persona::Oidc::Identity
- Defined in:
- lib/persona/oidc.rb
Overview
The verified outcome of an OIDC round-trip: which provider vouched for the browser, and the stable subject the token was issued for. This pair becomes an account binding.
Instance Attribute Summary collapse
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#provider ⇒ Object
Returns the value of attribute provider
26 27 28 |
# File 'lib/persona/oidc.rb', line 26 def provider @provider end |
#subject ⇒ Object
Returns the value of attribute subject
26 27 28 |
# File 'lib/persona/oidc.rb', line 26 def subject @subject end |