Class: NulogySSO::Authenticator::JWTVerifier::VerificationResult
- Inherits:
-
Struct
- Object
- Struct
- NulogySSO::Authenticator::JWTVerifier::VerificationResult
- Defined in:
- app/services/nulogy_sso/authenticator.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#valid?= ⇒ Object
Sets the attribute valid?.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
11 12 13 |
# File 'app/services/nulogy_sso/authenticator.rb', line 11 def payload @payload end |
#valid?=(value) ⇒ Object
Sets the attribute valid?
11 12 13 |
# File 'app/services/nulogy_sso/authenticator.rb', line 11
def valid?=(value)
@valid? = value
end
|