ory-hydra-client 1.11.7 → 1.11.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/LICENSE +201 -0
  4. data/README.md +7 -7
  5. data/docs/AdminApi.md +11 -5
  6. data/docs/ConsentRequestSession.md +2 -2
  7. data/docs/InlineResponse200.md +1 -1
  8. data/docs/InlineResponse2001.md +1 -1
  9. data/docs/InlineResponse503.md +1 -1
  10. data/docs/MetadataApi.md +4 -4
  11. data/docs/PublicApi.md +1 -1
  12. data/docs/TrustJwtGrantIssuerBody.md +3 -1
  13. data/docs/TrustedJwtGrantIssuer.md +2 -0
  14. data/lib/ory-hydra-client/api/admin_api.rb +9 -3
  15. data/lib/ory-hydra-client/api/metadata_api.rb +6 -6
  16. data/lib/ory-hydra-client/api/public_api.rb +5 -5
  17. data/lib/ory-hydra-client/api_client.rb +3 -3
  18. data/lib/ory-hydra-client/api_error.rb +3 -3
  19. data/lib/ory-hydra-client/configuration.rb +3 -3
  20. data/lib/ory-hydra-client/models/accept_consent_request.rb +3 -3
  21. data/lib/ory-hydra-client/models/accept_login_request.rb +3 -3
  22. data/lib/ory-hydra-client/models/completed_request.rb +3 -3
  23. data/lib/ory-hydra-client/models/consent_request.rb +3 -3
  24. data/lib/ory-hydra-client/models/consent_request_session.rb +9 -11
  25. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +3 -3
  26. data/lib/ory-hydra-client/models/flush_login_consent_request.rb +3 -3
  27. data/lib/ory-hydra-client/models/generic_error.rb +3 -3
  28. data/lib/ory-hydra-client/models/health_not_ready_status.rb +3 -3
  29. data/lib/ory-hydra-client/models/health_status.rb +3 -3
  30. data/lib/ory-hydra-client/models/inline_response200.rb +3 -8
  31. data/lib/ory-hydra-client/models/inline_response2001.rb +3 -8
  32. data/lib/ory-hydra-client/models/inline_response503.rb +3 -8
  33. data/lib/ory-hydra-client/models/json_error.rb +3 -3
  34. data/lib/ory-hydra-client/models/json_web_key.rb +3 -3
  35. data/lib/ory-hydra-client/models/json_web_key_set.rb +3 -3
  36. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +3 -3
  37. data/lib/ory-hydra-client/models/login_request.rb +3 -3
  38. data/lib/ory-hydra-client/models/logout_request.rb +3 -3
  39. data/lib/ory-hydra-client/models/o_auth2_client.rb +3 -3
  40. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +3 -3
  41. data/lib/ory-hydra-client/models/oauth2_token_response.rb +3 -3
  42. data/lib/ory-hydra-client/models/oauth_token_response.rb +3 -3
  43. data/lib/ory-hydra-client/models/open_id_connect_context.rb +3 -3
  44. data/lib/ory-hydra-client/models/patch_document.rb +3 -3
  45. data/lib/ory-hydra-client/models/previous_consent_session.rb +3 -3
  46. data/lib/ory-hydra-client/models/refresh_token_hook_request.rb +3 -3
  47. data/lib/ory-hydra-client/models/refresh_token_hook_response.rb +3 -3
  48. data/lib/ory-hydra-client/models/reject_request.rb +3 -3
  49. data/lib/ory-hydra-client/models/request_was_handled_response.rb +3 -3
  50. data/lib/ory-hydra-client/models/trust_jwt_grant_issuer_body.rb +14 -9
  51. data/lib/ory-hydra-client/models/trusted_json_web_key.rb +3 -3
  52. data/lib/ory-hydra-client/models/trusted_jwt_grant_issuer.rb +14 -4
  53. data/lib/ory-hydra-client/models/userinfo_response.rb +3 -3
  54. data/lib/ory-hydra-client/models/version.rb +3 -3
  55. data/lib/ory-hydra-client/models/well_known.rb +3 -3
  56. data/lib/ory-hydra-client/version.rb +4 -4
  57. data/lib/ory-hydra-client.rb +3 -3
  58. data/ory-hydra-client.gemspec +5 -5
  59. data/spec/api/admin_api_spec.rb +5 -3
  60. data/spec/api/metadata_api_spec.rb +4 -4
  61. data/spec/api/public_api_spec.rb +4 -4
  62. data/spec/api_client_spec.rb +3 -3
  63. data/spec/configuration_spec.rb +3 -3
  64. data/spec/models/accept_consent_request_spec.rb +3 -3
  65. data/spec/models/accept_login_request_spec.rb +3 -3
  66. data/spec/models/completed_request_spec.rb +3 -3
  67. data/spec/models/consent_request_session_spec.rb +3 -3
  68. data/spec/models/consent_request_spec.rb +3 -3
  69. data/spec/models/flush_inactive_o_auth2_tokens_request_spec.rb +3 -3
  70. data/spec/models/flush_login_consent_request_spec.rb +3 -3
  71. data/spec/models/generic_error_spec.rb +3 -3
  72. data/spec/models/health_not_ready_status_spec.rb +3 -3
  73. data/spec/models/health_status_spec.rb +3 -3
  74. data/spec/models/inline_response2001_spec.rb +3 -3
  75. data/spec/models/inline_response200_spec.rb +3 -3
  76. data/spec/models/inline_response503_spec.rb +3 -3
  77. data/spec/models/json_error_spec.rb +3 -3
  78. data/spec/models/json_web_key_set_generator_request_spec.rb +3 -3
  79. data/spec/models/json_web_key_set_spec.rb +3 -3
  80. data/spec/models/json_web_key_spec.rb +3 -3
  81. data/spec/models/login_request_spec.rb +3 -3
  82. data/spec/models/logout_request_spec.rb +3 -3
  83. data/spec/models/o_auth2_client_spec.rb +3 -3
  84. data/spec/models/o_auth2_token_introspection_spec.rb +3 -3
  85. data/spec/models/oauth2_token_response_spec.rb +3 -3
  86. data/spec/models/oauth_token_response_spec.rb +3 -3
  87. data/spec/models/open_id_connect_context_spec.rb +3 -3
  88. data/spec/models/patch_document_spec.rb +3 -3
  89. data/spec/models/previous_consent_session_spec.rb +3 -3
  90. data/spec/models/refresh_token_hook_request_spec.rb +3 -3
  91. data/spec/models/refresh_token_hook_response_spec.rb +3 -3
  92. data/spec/models/reject_request_spec.rb +3 -3
  93. data/spec/models/request_was_handled_response_spec.rb +3 -3
  94. data/spec/models/trust_jwt_grant_issuer_body_spec.rb +9 -3
  95. data/spec/models/trusted_json_web_key_spec.rb +3 -3
  96. data/spec/models/trusted_jwt_grant_issuer_spec.rb +9 -3
  97. data/spec/models/userinfo_response_spec.rb +3 -3
  98. data/spec/models/version_spec.rb +3 -3
  99. data/spec/models/well_known_spec.rb +3 -3
  100. data/spec/spec_helper.rb +3 -3
  101. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.22.1.gem +0 -0
  102. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.0.gem +0 -0
  103. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.1.gem +0 -0
  104. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  105. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  106. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  107. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
  108. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  109. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
  110. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  111. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  112. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  113. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.21.0 → parallel-1.22.1}/MIT-LICENSE.txt +0 -0
  114. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.21.0 → parallel-1.22.1}/lib/parallel/processor_count.rb +2 -3
  115. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  116. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.21.0 → parallel-1.22.1}/lib/parallel.rb +84 -4
  117. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/LICENSE.txt +0 -0
  118. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-parse +0 -0
  119. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-rewrite +0 -0
  120. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/gauntlet_parser.rb +0 -0
  121. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/all.rb +0 -0
  122. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/node.rb +0 -0
  123. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/processor.rb +0 -0
  124. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/base.rb +0 -0
  125. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/builders/default.rb +0 -0
  126. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/clobbering_error.rb +0 -0
  127. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/color.rb +0 -0
  128. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/context.rb +0 -0
  129. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current.rb +4 -4
  130. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current_arg_stack.rb +0 -0
  131. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/deprecation.rb +0 -0
  132. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic/engine.rb +0 -0
  133. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic.rb +0 -0
  134. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/dedenter.rb +0 -0
  135. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/explanation.rb +0 -0
  136. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/literal.rb +0 -0
  137. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/stack_state.rb +0 -0
  138. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer.rb +0 -0
  139. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/macruby.rb +0 -0
  140. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/max_numparam_stack.rb +0 -0
  141. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/messages.rb +0 -0
  142. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/meta.rb +0 -0
  143. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rewriter.rb +0 -0
  144. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby18.rb +0 -0
  145. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby19.rb +0 -0
  146. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby20.rb +0 -0
  147. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby21.rb +0 -0
  148. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby22.rb +0 -0
  149. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby23.rb +0 -0
  150. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby24.rb +0 -0
  151. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby25.rb +0 -0
  152. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby26.rb +0 -0
  153. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby27.rb +0 -0
  154. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby28.rb +0 -0
  155. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby30.rb +0 -0
  156. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby31.rb +0 -0
  157. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby32.rb +8 -4
  158. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rubymotion.rb +0 -0
  159. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_parse.rb +0 -0
  160. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  161. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner.rb +0 -0
  162. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/buffer.rb +0 -0
  163. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment/associator.rb +0 -0
  164. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment.rb +0 -0
  165. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/collection.rb +0 -0
  166. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/condition.rb +0 -0
  167. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/constant.rb +0 -0
  168. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/definition.rb +0 -0
  169. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/for.rb +0 -0
  170. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/heredoc.rb +0 -0
  171. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/index.rb +0 -0
  172. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/keyword.rb +0 -0
  173. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/method_definition.rb +0 -0
  174. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  175. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/operator.rb +0 -0
  176. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/rescue_body.rb +0 -0
  177. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/send.rb +0 -0
  178. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/ternary.rb +0 -0
  179. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/variable.rb +0 -0
  180. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map.rb +0 -0
  181. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/range.rb +0 -0
  182. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter/action.rb +0 -0
  183. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter.rb +0 -0
  184. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  185. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter.rb +0 -0
  186. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/static_environment.rb +0 -0
  187. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/syntax_error.rb +0 -0
  188. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/tree_rewriter.rb +0 -0
  189. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/variables_stack.rb +0 -0
  190. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/version.rb +1 -1
  191. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser.rb +0 -0
  192. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/parser.gemspec +0 -0
  193. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
  194. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.document +0 -0
  195. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.yardopts +0 -0
  196. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/Changelog.md +10 -1
  197. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/LICENSE.md +0 -0
  198. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/README.md +0 -0
  199. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  200. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  201. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  202. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  203. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  204. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  205. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  206. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  207. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  208. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance.rb +0 -0
  209. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_list_matcher.rb +2 -1
  210. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_matchers.rb +0 -0
  211. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/configuration.rb +0 -0
  212. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/error_generator.rb +0 -0
  213. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/example_methods.rb +0 -0
  214. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  215. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/marshal_extension.rb +0 -0
  216. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  217. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive.rb +1 -1
  219. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  220. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  221. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_chain.rb +0 -0
  222. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_expectation.rb +13 -3
  223. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_double.rb +3 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_reference.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/minitest_integration.rb +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/mutate_const.rb +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/object_reference.rb +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/order_group.rb +0 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/proxy.rb +6 -0
  230. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/space.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/standalone.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/syntax.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/targets.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/test_double.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_double.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/version.rb +1 -1
  239. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  241. data/vendor/bundle/ruby/2.5.0/specifications/{parallel-1.21.0.gemspec → parallel-1.22.1.gemspec} +4 -4
  242. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.1.0.gemspec → parser-3.1.2.0.gemspec} +4 -4
  243. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.11.0.gemspec → rspec-mocks-3.11.1.gemspec} +5 -5
  244. metadata +137 -136
  245. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.21.0.gem +0 -0
  246. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.1.0.gem +0 -0
  247. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.0.gem +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.21.0/lib/parallel/version.rb +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91b07e6633adaa6cd116a69e16045a4cc0f0c6ae69678d7abada6150b79ac1e6
4
- data.tar.gz: 30bc5fbb48f841125a85d7e16acfce3610a25c9eff9198ec0aa2a2be0673222a
3
+ metadata.gz: b045784a181d1ac6be7ca900e1234beefadcf5720563edbea7240fe1c016ecc6
4
+ data.tar.gz: ca398c92b3a926c21bd3058f6e40a0100966090d7b93c81dda7fd492eb9c2a7c
5
5
  SHA512:
6
- metadata.gz: 8225ab66756b8758cb19978e89d204742a0359b23baa8d1cddfa735249e285a76de4b908d9ce9476676d293f62be4173fb428f0cc5d35c1c2d70331b7b8383d1
7
- data.tar.gz: 9d2549700879a879b90c217e80ff9ebd6248930e59c2f18b45dd870b9ca16484f31457e5d68b178704c33886b0208a1eb12d195b5b3e600287145490bac21a02
6
+ metadata.gz: a78c1d935a89fbbad44557d1e6a6bef42c74cbdd6362f85d00336a61b6afa608da65fe27082a52ce1f05ae782ce8d435119428acdfd3244c7947628d9dc0c80b
7
+ data.tar.gz: 3df79d87f631b5b3637bc6fd2003e5d54635e02808180370b6ee11678ba1ab0ef25c9a563ea643ceaef29e8449356e1828d6830f6cbe316590e146394e13c009
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-hydra-client (1.11.7)
4
+ ory-hydra-client (1.11.8)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -16,8 +16,8 @@ GEM
16
16
  ffi (1.15.5)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
- parallel (1.21.0)
20
- parser (3.1.1.0)
19
+ parallel (1.22.1)
20
+ parser (3.1.2.0)
21
21
  ast (~> 2.4.1)
22
22
  pry (0.13.1)
23
23
  coderay (~> 1.1)
@@ -38,7 +38,7 @@ GEM
38
38
  rspec-expectations (3.11.0)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.11.0)
41
- rspec-mocks (3.11.0)
41
+ rspec-mocks (3.11.1)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.11.0)
44
44
  rspec-support (3.11.0)
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # ory-hydra-client
2
2
 
3
- OryHydraClient - the Ruby gem for the Ory Oathkeeper API
3
+ OryHydraClient - the Ruby gem for the Ory Hydra API
4
4
 
5
- Documentation for all of Ory Oathkeeper's APIs.
5
+ Documentation for all of Ory Hydra's APIs.
6
6
 
7
7
 
8
8
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
9
9
 
10
- - API version: v1.11.7
11
- - Package version: v1.11.7
10
+ - API version: v1.11.8
11
+ - Package version: v1.11.8
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
14
14
  ## Installation
@@ -24,16 +24,16 @@ gem build ory-hydra-client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ory-hydra-client-v1.11.7.gem
27
+ gem install ./ory-hydra-client-v1.11.8.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-hydra-client-v1.11.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-hydra-client-v1.11.8.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ory-hydra-client', '~> v1.11.7'
36
+ gem 'ory-hydra-client', '~> v1.11.8'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/AdminApi.md CHANGED
@@ -1344,7 +1344,7 @@ No authorization required
1344
1344
 
1345
1345
  ## list_subject_consent_sessions
1346
1346
 
1347
- > <Array<PreviousConsentSession>> list_subject_consent_sessions(subject)
1347
+ > <Array<PreviousConsentSession>> list_subject_consent_sessions(subject, opts)
1348
1348
 
1349
1349
  Lists All Consent Sessions of a Subject
1350
1350
 
@@ -1358,10 +1358,14 @@ require 'ory-hydra-client'
1358
1358
 
1359
1359
  api_instance = OryHydraClient::AdminApi.new
1360
1360
  subject = 'subject_example' # String |
1361
+ opts = {
1362
+ limit: 789, # Integer | The maximum amount of consent sessions to be returned, upper bound is 500 sessions.
1363
+ offset: 789 # Integer | The offset from where to start looking.
1364
+ }
1361
1365
 
1362
1366
  begin
1363
1367
  # Lists All Consent Sessions of a Subject
1364
- result = api_instance.list_subject_consent_sessions(subject)
1368
+ result = api_instance.list_subject_consent_sessions(subject, opts)
1365
1369
  p result
1366
1370
  rescue OryHydraClient::ApiError => e
1367
1371
  puts "Error when calling AdminApi->list_subject_consent_sessions: #{e}"
@@ -1372,12 +1376,12 @@ end
1372
1376
 
1373
1377
  This returns an Array which contains the response data, status code and headers.
1374
1378
 
1375
- > <Array(<Array<PreviousConsentSession>>, Integer, Hash)> list_subject_consent_sessions_with_http_info(subject)
1379
+ > <Array(<Array<PreviousConsentSession>>, Integer, Hash)> list_subject_consent_sessions_with_http_info(subject, opts)
1376
1380
 
1377
1381
  ```ruby
1378
1382
  begin
1379
1383
  # Lists All Consent Sessions of a Subject
1380
- data, status_code, headers = api_instance.list_subject_consent_sessions_with_http_info(subject)
1384
+ data, status_code, headers = api_instance.list_subject_consent_sessions_with_http_info(subject, opts)
1381
1385
  p status_code # => 2xx
1382
1386
  p headers # => { ... }
1383
1387
  p data # => <Array<PreviousConsentSession>>
@@ -1391,6 +1395,8 @@ end
1391
1395
  | Name | Type | Description | Notes |
1392
1396
  | ---- | ---- | ----------- | ----- |
1393
1397
  | **subject** | **String** | | |
1398
+ | **limit** | **Integer** | The maximum amount of consent sessions to be returned, upper bound is 500 sessions. | [optional] |
1399
+ | **offset** | **Integer** | The offset from where to start looking. | [optional] |
1394
1400
 
1395
1401
  ### Return type
1396
1402
 
@@ -1893,7 +1899,7 @@ require 'ory-hydra-client'
1893
1899
 
1894
1900
  api_instance = OryHydraClient::AdminApi.new
1895
1901
  opts = {
1896
- trust_jwt_grant_issuer_body: OryHydraClient::TrustJwtGrantIssuerBody.new({expires_at: Time.now, issuer: 'https://jwt-idp.example.com', jwk: OryHydraClient::JSONWebKey.new({alg: 'RS256', kid: '1603dfe0af8f4596', kty: 'RSA', use: 'sig'}), scope: ["openid", "offline"], subject: 'mike@example.com'}) # TrustJwtGrantIssuerBody |
1902
+ trust_jwt_grant_issuer_body: OryHydraClient::TrustJwtGrantIssuerBody.new({expires_at: Time.now, issuer: 'https://jwt-idp.example.com', jwk: OryHydraClient::JSONWebKey.new({alg: 'RS256', kid: '1603dfe0af8f4596', kty: 'RSA', use: 'sig'}), scope: ["openid", "offline"]}) # TrustJwtGrantIssuerBody |
1897
1903
  }
1898
1904
 
1899
1905
  begin
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **access_token** | **Hash&lt;String, Object&gt;** | AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the refresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection. If only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties can access that endpoint as well, sensitive data from the session might be exposed to them. Use with care! | [optional] |
8
- | **id_token** | **Hash&lt;String, Object&gt;** | IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session&#39;id payloads are readable by anyone that has access to the ID Challenge. Use with care! | [optional] |
7
+ | **access_token** | **Object** | AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the refresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection. If only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties can access that endpoint as well, sensitive data from the session might be exposed to them. Use with care! | [optional] |
8
+ | **id_token** | **Object** | IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session&#39;id payloads are readable by anyone that has access to the ID Challenge. Use with care! | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **status** | **String** | Always \&quot;ok\&quot;. | |
7
+ | **status** | **String** | Always \&quot;ok\&quot;. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **version** | **String** | The version of Ory Hydra. | |
7
+ | **version** | **String** | The version of Ory Hydra. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **errors** | **Hash&lt;String, String&gt;** | Errors contains a list of errors that caused the not ready status. | |
7
+ | **errors** | **Hash&lt;String, String&gt;** | Errors contains a list of errors that caused the not ready status. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
data/docs/MetadataApi.md CHANGED
@@ -72,7 +72,7 @@ No authorization required
72
72
 
73
73
  ## is_alive
74
74
 
75
- > <InlineResponse200> is_alive
75
+ > <HealthStatus> is_alive
76
76
 
77
77
  Check HTTP Server Status
78
78
 
@@ -99,7 +99,7 @@ end
99
99
 
100
100
  This returns an Array which contains the response data, status code and headers.
101
101
 
102
- > <Array(<InlineResponse200>, Integer, Hash)> is_alive_with_http_info
102
+ > <Array(<HealthStatus>, Integer, Hash)> is_alive_with_http_info
103
103
 
104
104
  ```ruby
105
105
  begin
@@ -107,7 +107,7 @@ begin
107
107
  data, status_code, headers = api_instance.is_alive_with_http_info
108
108
  p status_code # => 2xx
109
109
  p headers # => { ... }
110
- p data # => <InlineResponse200>
110
+ p data # => <HealthStatus>
111
111
  rescue OryHydraClient::ApiError => e
112
112
  puts "Error when calling MetadataApi->is_alive_with_http_info: #{e}"
113
113
  end
@@ -119,7 +119,7 @@ This endpoint does not need any parameter.
119
119
 
120
120
  ### Return type
121
121
 
122
- [**InlineResponse200**](InlineResponse200.md)
122
+ [**HealthStatus**](HealthStatus.md)
123
123
 
124
124
  ### Authorization
125
125
 
data/docs/PublicApi.md CHANGED
@@ -23,7 +23,7 @@ All URIs are relative to *http://localhost*
23
23
 
24
24
  OpenID Connect Front-Backchannel Enabled Logout
25
25
 
26
- This endpoint initiates and completes user logout at Ory Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
26
+ This endpoint initiates and completes user logout at Ory Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html Back-channel logout is performed asynchronously and does not affect logout flow.
27
27
 
28
28
  ### Examples
29
29
 
@@ -4,11 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **allow_any_subject** | **Boolean** | The \&quot;allow_any_subject\&quot; indicates that the issuer is allowed to have any principal as the subject of the JWT. | [optional] |
7
8
  | **expires_at** | **Time** | The \&quot;expires_at\&quot; indicates, when grant will expire, so we will reject assertion from \&quot;issuer\&quot; targeting \&quot;subject\&quot;. | |
8
9
  | **issuer** | **String** | The \&quot;issuer\&quot; identifies the principal that issued the JWT assertion (same as \&quot;iss\&quot; claim in JWT). | |
9
10
  | **jwk** | [**JSONWebKey**](JSONWebKey.md) | | |
10
11
  | **scope** | **Array&lt;String&gt;** | The \&quot;scope\&quot; contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) | |
11
- | **subject** | **String** | The \&quot;subject\&quot; identifies the principal that is the subject of the JWT. | |
12
+ | **subject** | **String** | The \&quot;subject\&quot; identifies the principal that is the subject of the JWT. | [optional] |
12
13
 
13
14
  ## Example
14
15
 
@@ -16,6 +17,7 @@
16
17
  require 'ory-hydra-client'
17
18
 
18
19
  instance = OryHydraClient::TrustJwtGrantIssuerBody.new(
20
+ allow_any_subject: null,
19
21
  expires_at: null,
20
22
  issuer: https://jwt-idp.example.com,
21
23
  jwk: null,
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **allow_any_subject** | **Boolean** | The \&quot;allow_any_subject\&quot; indicates that the issuer is allowed to have any principal as the subject of the JWT. | [optional] |
7
8
  | **created_at** | **Time** | The \&quot;created_at\&quot; indicates, when grant was created. | [optional] |
8
9
  | **expires_at** | **Time** | The \&quot;expires_at\&quot; indicates, when grant will expire, so we will reject assertion from \&quot;issuer\&quot; targeting \&quot;subject\&quot;. | [optional] |
9
10
  | **id** | **String** | | [optional] |
@@ -18,6 +19,7 @@
18
19
  require 'ory-hydra-client'
19
20
 
20
21
  instance = OryHydraClient::TrustedJwtGrantIssuer.new(
22
+ allow_any_subject: null,
21
23
  created_at: null,
22
24
  expires_at: null,
23
25
  id: 9edc811f-4e28-453c-9b46-4de65f00217f,
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1344,6 +1344,8 @@ module OryHydraClient
1344
1344
  # This endpoint lists all subject's granted consent sessions, including client and granted scope. If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an empty JSON array with status code 200 OK. The \"Link\" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/oauth2/auth/sessions/consent?subject={user}&limit={limit}&offset={offset}>; rel=\"{page}\"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.
1345
1345
  # @param subject [String]
1346
1346
  # @param [Hash] opts the optional parameters
1347
+ # @option opts [Integer] :limit The maximum amount of consent sessions to be returned, upper bound is 500 sessions.
1348
+ # @option opts [Integer] :offset The offset from where to start looking.
1347
1349
  # @return [Array<PreviousConsentSession>]
1348
1350
  def list_subject_consent_sessions(subject, opts = {})
1349
1351
  data, _status_code, _headers = list_subject_consent_sessions_with_http_info(subject, opts)
@@ -1354,6 +1356,8 @@ module OryHydraClient
1354
1356
  # This endpoint lists all subject&#39;s granted consent sessions, including client and granted scope. If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an empty JSON array with status code 200 OK. The \&quot;Link\&quot; header is also included in successful responses, which contains one or more links for pagination, formatted like so: &#39;&lt;https://hydra-url/admin/oauth2/auth/sessions/consent?subject&#x3D;{user}&amp;limit&#x3D;{limit}&amp;offset&#x3D;{offset}&gt;; rel&#x3D;\&quot;{page}\&quot;&#39;, where page is one of the following applicable pages: &#39;first&#39;, &#39;next&#39;, &#39;last&#39;, and &#39;previous&#39;. Multiple links can be included in this header, and will be separated by a comma.
1355
1357
  # @param subject [String]
1356
1358
  # @param [Hash] opts the optional parameters
1359
+ # @option opts [Integer] :limit The maximum amount of consent sessions to be returned, upper bound is 500 sessions.
1360
+ # @option opts [Integer] :offset The offset from where to start looking.
1357
1361
  # @return [Array<(Array<PreviousConsentSession>, Integer, Hash)>] Array<PreviousConsentSession> data, response status code and response headers
1358
1362
  def list_subject_consent_sessions_with_http_info(subject, opts = {})
1359
1363
  if @api_client.config.debugging
@@ -1369,6 +1373,8 @@ module OryHydraClient
1369
1373
  # query parameters
1370
1374
  query_params = opts[:query_params] || {}
1371
1375
  query_params[:'subject'] = subject
1376
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
1377
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
1372
1378
 
1373
1379
  # header parameters
1374
1380
  header_params = opts[:header_params] || {}
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -79,7 +79,7 @@ module OryHydraClient
79
79
  # Check HTTP Server Status
80
80
  # This endpoint returns a HTTP 200 status code when Ory Hydra is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
81
81
  # @param [Hash] opts the optional parameters
82
- # @return [InlineResponse200]
82
+ # @return [HealthStatus]
83
83
  def is_alive(opts = {})
84
84
  data, _status_code, _headers = is_alive_with_http_info(opts)
85
85
  data
@@ -88,7 +88,7 @@ module OryHydraClient
88
88
  # Check HTTP Server Status
89
89
  # This endpoint returns a HTTP 200 status code when Ory Hydra is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the &#x60;X-Forwarded-Proto&#x60; header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
90
90
  # @param [Hash] opts the optional parameters
91
- # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
91
+ # @return [Array<(HealthStatus, Integer, Hash)>] HealthStatus data, response status code and response headers
92
92
  def is_alive_with_http_info(opts = {})
93
93
  if @api_client.config.debugging
94
94
  @api_client.config.logger.debug 'Calling API: MetadataApi.is_alive ...'
@@ -111,7 +111,7 @@ module OryHydraClient
111
111
  post_body = opts[:debug_body]
112
112
 
113
113
  # return_type
114
- return_type = opts[:debug_return_type] || 'InlineResponse200'
114
+ return_type = opts[:debug_return_type] || 'HealthStatus'
115
115
 
116
116
  # auth_names
117
117
  auth_names = opts[:debug_auth_names] || []
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -20,7 +20,7 @@ module OryHydraClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # OpenID Connect Front-Backchannel Enabled Logout
23
- # This endpoint initiates and completes user logout at Ory Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
23
+ # This endpoint initiates and completes user logout at Ory Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html Back-channel logout is performed asynchronously and does not affect logout flow.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @return [nil]
26
26
  def disconnect_user(opts = {})
@@ -29,7 +29,7 @@ module OryHydraClient
29
29
  end
30
30
 
31
31
  # OpenID Connect Front-Backchannel Enabled Logout
32
- # This endpoint initiates and completes user logout at Ory Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
32
+ # This endpoint initiates and completes user logout at Ory Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html Back-channel logout is performed asynchronously and does not affect logout flow.
33
33
  # @param [Hash] opts the optional parameters
34
34
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
35
35
  def disconnect_user_with_http_info(opts = {})
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Hydra API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v1.11.7
6
+ The version of the OpenAPI document: v1.11.8
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0