Class: LogiAuth::IdTokenVerifier::Result
- Inherits:
-
Struct
- Object
- Struct
- LogiAuth::IdTokenVerifier::Result
- Defined in:
- lib/logi_auth/id_token_verifier.rb
Instance Attribute Summary collapse
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#sub ⇒ Object
Returns the value of attribute sub.
Instance Attribute Details
#claims ⇒ Object
Returns the value of attribute claims
22 23 24 |
# File 'lib/logi_auth/id_token_verifier.rb', line 22 def claims @claims end |
#sub ⇒ Object
Returns the value of attribute sub
22 23 24 |
# File 'lib/logi_auth/id_token_verifier.rb', line 22 def sub @sub end |