Class: Keycloak::JWTValidationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/libkeycloak.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



560
561
562
# File 'lib/libkeycloak.rb', line 560

def reason
  @reason
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



560
561
562
# File 'lib/libkeycloak.rb', line 560

def valid
  @valid
end

Instance Method Details

#reason_stringObject



561
562
563
# File 'lib/libkeycloak.rb', line 561

def reason_string
  return Keycloak_FFI.keycloak_jwt_validation_reason_string(self.reason)
end