Class: Keycloak::JWTValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Keycloak::JWTValidationResult
- Defined in:
- lib/libkeycloak.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Method Summary collapse
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
560 561 562 |
# File 'lib/libkeycloak.rb', line 560 def reason @reason end |
#valid ⇒ Object
Returns the value of attribute valid
560 561 562 |
# File 'lib/libkeycloak.rb', line 560 def valid @valid end |
Instance Method Details
#reason_string ⇒ Object
561 562 563 |
# File 'lib/libkeycloak.rb', line 561 def reason_string return Keycloak_FFI.keycloak_jwt_validation_reason_string(self.reason) end |