ory-hydra-client 1.7.4 → 1.8.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  3. data/docs/AdminApi.md +48 -1
  4. data/lib/ory-hydra-client.rb +1 -1
  5. data/lib/ory-hydra-client/api/admin_api.rb +66 -3
  6. data/lib/ory-hydra-client/api/public_api.rb +1 -1
  7. data/lib/ory-hydra-client/api_client.rb +1 -1
  8. data/lib/ory-hydra-client/api_error.rb +1 -1
  9. data/lib/ory-hydra-client/configuration.rb +1 -1
  10. data/lib/ory-hydra-client/models/accept_consent_request.rb +1 -1
  11. data/lib/ory-hydra-client/models/accept_login_request.rb +1 -1
  12. data/lib/ory-hydra-client/models/completed_request.rb +1 -1
  13. data/lib/ory-hydra-client/models/consent_request.rb +1 -1
  14. data/lib/ory-hydra-client/models/consent_request_session.rb +1 -1
  15. data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +1 -1
  16. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +1 -1
  17. data/lib/ory-hydra-client/models/generic_error.rb +1 -1
  18. data/lib/ory-hydra-client/models/health_not_ready_status.rb +1 -1
  19. data/lib/ory-hydra-client/models/health_status.rb +1 -1
  20. data/lib/ory-hydra-client/models/json_web_key.rb +1 -1
  21. data/lib/ory-hydra-client/models/json_web_key_set.rb +1 -1
  22. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +1 -1
  23. data/lib/ory-hydra-client/models/login_request.rb +1 -1
  24. data/lib/ory-hydra-client/models/logout_request.rb +1 -1
  25. data/lib/ory-hydra-client/models/o_auth2_client.rb +1 -1
  26. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +1 -1
  27. data/lib/ory-hydra-client/models/oauth2_token_response.rb +1 -1
  28. data/lib/ory-hydra-client/models/open_id_connect_context.rb +1 -1
  29. data/lib/ory-hydra-client/models/plugin_config.rb +1 -1
  30. data/lib/ory-hydra-client/models/plugin_config_args.rb +1 -1
  31. data/lib/ory-hydra-client/models/plugin_config_interface.rb +1 -1
  32. data/lib/ory-hydra-client/models/plugin_config_linux.rb +1 -1
  33. data/lib/ory-hydra-client/models/plugin_config_network.rb +1 -1
  34. data/lib/ory-hydra-client/models/plugin_config_rootfs.rb +1 -1
  35. data/lib/ory-hydra-client/models/plugin_config_user.rb +1 -1
  36. data/lib/ory-hydra-client/models/plugin_device.rb +1 -1
  37. data/lib/ory-hydra-client/models/plugin_env.rb +1 -1
  38. data/lib/ory-hydra-client/models/plugin_interface_type.rb +1 -1
  39. data/lib/ory-hydra-client/models/plugin_mount.rb +1 -1
  40. data/lib/ory-hydra-client/models/plugin_settings.rb +1 -1
  41. data/lib/ory-hydra-client/models/previous_consent_session.rb +1 -1
  42. data/lib/ory-hydra-client/models/reject_request.rb +1 -1
  43. data/lib/ory-hydra-client/models/userinfo_response.rb +1 -1
  44. data/lib/ory-hydra-client/models/version.rb +1 -1
  45. data/lib/ory-hydra-client/models/volume_usage_data.rb +1 -1
  46. data/lib/ory-hydra-client/models/well_known.rb +1 -1
  47. data/lib/ory-hydra-client/version.rb +2 -2
  48. data/ory-hydra-client.gemspec +1 -1
  49. metadata +32 -32
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 190102761447de208cb1c4f545b52ae4e90cb0eacb5b274402d76f978718a0ee
4
- data.tar.gz: d44c44d42957bf165c70079280ba70167eedd79574b62e983556c614a2e41a29
3
+ metadata.gz: 7d0654913c9d78971f04625687edf2f1a8c684d8c0d4b57c8dd9f65790273af7
4
+ data.tar.gz: 2bce019df43afd328f7855c5b13956d1ff06c28f0740a687a025311dd90747ee
5
5
  SHA512:
6
- metadata.gz: 8707466b7401b28fe1162d299c78990cf40839a2814d3661581f9fc15cc7e6227388af0986b22e3aef452b7da99e2bafc3a69eedf7371fa76db6eef10918a736
7
- data.tar.gz: 1eb911cbf0b08059eb92beb961c48a367fef24f01bbc119dfd5567b35f2323567974478136d54fad21c2ae7d2db3d1a76bea6bfecf13a2a68ee31be64d64ba8c
6
+ metadata.gz: 2d083a031d0de1516994b421295f3d4e9e838c251a59b2860663d3e2f3fa73d7ca1e0a40aeac12f337a86e6229e2caaf2b299a4e97240e84522334fe9dd5d525
7
+ data.tar.gz: 51216ebde57fcd6e4bac9e4094b72ac20adfe261e3c0bce7e0059a07bc8465fa7c7a6a4a207b3f59a9be3a3bee6c8456e5af861bf43caf4baa7ca81f0afc6f45
data/README.md CHANGED
@@ -6,8 +6,8 @@ Welcome to the ORY Hydra HTTP API documentation. You will find documentation for
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: v1.7.4
10
- - Package version: v1.7.4
9
+ - API version: v1.8.0-pre.1
10
+ - Package version: v1.8.0-pre.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build ory-hydra-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./ory-hydra-client-v1.7.4.gem
26
+ gem install ./ory-hydra-client-v1.8.0-pre.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.7.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.8.0-pre.1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ory-hydra-client', '~> v1.7.4'
35
+ gem 'ory-hydra-client', '~> v1.8.0-pre.1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -86,6 +86,7 @@ Class | Method | HTTP request | Description
86
86
  *OryHydraClient::AdminApi* | [**delete_json_web_key**](docs/AdminApi.md#delete_json_web_key) | **DELETE** /keys/{set}/{kid} | Delete a JSON Web Key
87
87
  *OryHydraClient::AdminApi* | [**delete_json_web_key_set**](docs/AdminApi.md#delete_json_web_key_set) | **DELETE** /keys/{set} | Delete a JSON Web Key Set
88
88
  *OryHydraClient::AdminApi* | [**delete_o_auth2_client**](docs/AdminApi.md#delete_o_auth2_client) | **DELETE** /clients/{id} | Deletes an OAuth 2.0 Client
89
+ *OryHydraClient::AdminApi* | [**delete_o_auth2_token**](docs/AdminApi.md#delete_o_auth2_token) | **DELETE** /oauth2/tokens | Delete OAuth2 Access Tokens from a client
89
90
  *OryHydraClient::AdminApi* | [**flush_inactive_o_auth2_tokens**](docs/AdminApi.md#flush_inactive_o_auth2_tokens) | **POST** /oauth2/flush | Flush Expired OAuth2 Access Tokens
90
91
  *OryHydraClient::AdminApi* | [**get_consent_request**](docs/AdminApi.md#get_consent_request) | **GET** /oauth2/auth/requests/consent | Get Consent Request Information
91
92
  *OryHydraClient::AdminApi* | [**get_json_web_key**](docs/AdminApi.md#get_json_web_key) | **GET** /keys/{set}/{kid} | Fetch a JSON Web Key
@@ -12,6 +12,7 @@ Method | HTTP request | Description
12
12
  [**delete_json_web_key**](AdminApi.md#delete_json_web_key) | **DELETE** /keys/{set}/{kid} | Delete a JSON Web Key
13
13
  [**delete_json_web_key_set**](AdminApi.md#delete_json_web_key_set) | **DELETE** /keys/{set} | Delete a JSON Web Key Set
14
14
  [**delete_o_auth2_client**](AdminApi.md#delete_o_auth2_client) | **DELETE** /clients/{id} | Deletes an OAuth 2.0 Client
15
+ [**delete_o_auth2_token**](AdminApi.md#delete_o_auth2_token) | **DELETE** /oauth2/tokens | Delete OAuth2 Access Tokens from a client
15
16
  [**flush_inactive_o_auth2_tokens**](AdminApi.md#flush_inactive_o_auth2_tokens) | **POST** /oauth2/flush | Flush Expired OAuth2 Access Tokens
16
17
  [**get_consent_request**](AdminApi.md#get_consent_request) | **GET** /oauth2/auth/requests/consent | Get Consent Request Information
17
18
  [**get_json_web_key**](AdminApi.md#get_json_web_key) | **GET** /keys/{set}/{kid} | Fetch a JSON Web Key
@@ -423,6 +424,52 @@ No authorization required
423
424
  - **Accept**: application/json
424
425
 
425
426
 
427
+ ## delete_o_auth2_token
428
+
429
+ > delete_o_auth2_token(client_id)
430
+
431
+ Delete OAuth2 Access Tokens from a client
432
+
433
+ This endpoint deletes OAuth2 access tokens issued for a client from the database
434
+
435
+ ### Example
436
+
437
+ ```ruby
438
+ # load the gem
439
+ require 'ory-hydra-client'
440
+
441
+ api_instance = OryHydraClient::AdminApi.new
442
+ client_id = 'client_id_example' # String |
443
+
444
+ begin
445
+ #Delete OAuth2 Access Tokens from a client
446
+ api_instance.delete_o_auth2_token(client_id)
447
+ rescue OryHydraClient::ApiError => e
448
+ puts "Exception when calling AdminApi->delete_o_auth2_token: #{e}"
449
+ end
450
+ ```
451
+
452
+ ### Parameters
453
+
454
+
455
+ Name | Type | Description | Notes
456
+ ------------- | ------------- | ------------- | -------------
457
+ **client_id** | **String**| |
458
+
459
+ ### Return type
460
+
461
+ nil (empty response body)
462
+
463
+ ### Authorization
464
+
465
+ No authorization required
466
+
467
+ ### HTTP request headers
468
+
469
+ - **Content-Type**: Not defined
470
+ - **Accept**: application/json
471
+
472
+
426
473
  ## flush_inactive_o_auth2_tokens
427
474
 
428
475
  > flush_inactive_o_auth2_tokens(opts)
@@ -996,7 +1043,7 @@ No authorization required
996
1043
 
997
1044
  Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
998
1045
 
999
- ``` metadata: annotations: prometheus.io/port: \"4445\" prometheus.io/path: \"/metrics/prometheus\" ```
1046
+ ``` metadata: annotations: prometheus.io/port: \"4445\" prometheus.io/path: \"/metrics/prometheus\" ``` If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.
1000
1047
 
1001
1048
  ### Example
1002
1049
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -538,6 +538,69 @@ module OryHydraClient
538
538
  return data, status_code, headers
539
539
  end
540
540
 
541
+ # Delete OAuth2 Access Tokens from a client
542
+ # This endpoint deletes OAuth2 access tokens issued for a client from the database
543
+ # @param client_id [String]
544
+ # @param [Hash] opts the optional parameters
545
+ # @return [nil]
546
+ def delete_o_auth2_token(client_id, opts = {})
547
+ delete_o_auth2_token_with_http_info(client_id, opts)
548
+ nil
549
+ end
550
+
551
+ # Delete OAuth2 Access Tokens from a client
552
+ # This endpoint deletes OAuth2 access tokens issued for a client from the database
553
+ # @param client_id [String]
554
+ # @param [Hash] opts the optional parameters
555
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
556
+ def delete_o_auth2_token_with_http_info(client_id, opts = {})
557
+ if @api_client.config.debugging
558
+ @api_client.config.logger.debug 'Calling API: AdminApi.delete_o_auth2_token ...'
559
+ end
560
+ # verify the required parameter 'client_id' is set
561
+ if @api_client.config.client_side_validation && client_id.nil?
562
+ fail ArgumentError, "Missing the required parameter 'client_id' when calling AdminApi.delete_o_auth2_token"
563
+ end
564
+ # resource path
565
+ local_var_path = '/oauth2/tokens'
566
+
567
+ # query parameters
568
+ query_params = opts[:query_params] || {}
569
+ query_params[:'client_id'] = client_id
570
+
571
+ # header parameters
572
+ header_params = opts[:header_params] || {}
573
+ # HTTP header 'Accept' (if needed)
574
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
575
+
576
+ # form parameters
577
+ form_params = opts[:form_params] || {}
578
+
579
+ # http body (model)
580
+ post_body = opts[:body]
581
+
582
+ # return_type
583
+ return_type = opts[:return_type]
584
+
585
+ # auth_names
586
+ auth_names = opts[:auth_names] || []
587
+
588
+ new_options = opts.merge(
589
+ :header_params => header_params,
590
+ :query_params => query_params,
591
+ :form_params => form_params,
592
+ :body => post_body,
593
+ :auth_names => auth_names,
594
+ :return_type => return_type
595
+ )
596
+
597
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
598
+ if @api_client.config.debugging
599
+ @api_client.config.logger.debug "API called: AdminApi#delete_o_auth2_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
600
+ end
601
+ return data, status_code, headers
602
+ end
603
+
541
604
  # Flush Expired OAuth2 Access Tokens
542
605
  # This endpoint flushes expired OAuth2 access tokens from the database. You can set a time after which no tokens will be not be touched, in case you want to keep recent tokens for auditing. Refresh tokens can not be flushed as they are deleted automatically when performing the refresh flow.
543
606
  # @param [Hash] opts the optional parameters
@@ -1285,7 +1348,7 @@ module OryHydraClient
1285
1348
  end
1286
1349
 
1287
1350
  # Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
1288
- # ``` metadata: annotations: prometheus.io/port: \"4445\" prometheus.io/path: \"/metrics/prometheus\" ```
1351
+ # ``` metadata: annotations: prometheus.io/port: \"4445\" prometheus.io/path: \"/metrics/prometheus\" ``` If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.
1289
1352
  # @param [Hash] opts the optional parameters
1290
1353
  # @return [nil]
1291
1354
  def prometheus(opts = {})
@@ -1294,7 +1357,7 @@ module OryHydraClient
1294
1357
  end
1295
1358
 
1296
1359
  # Get snapshot metrics from the Hydra service. If you&#39;re using k8s, you can then add annotations to your deployment like so:
1297
- # &#x60;&#x60;&#x60; metadata: annotations: prometheus.io/port: \&quot;4445\&quot; prometheus.io/path: \&quot;/metrics/prometheus\&quot; &#x60;&#x60;&#x60;
1360
+ # &#x60;&#x60;&#x60; metadata: annotations: prometheus.io/port: \&quot;4445\&quot; prometheus.io/path: \&quot;/metrics/prometheus\&quot; &#x60;&#x60;&#x60; If the service supports TLS Edge Termination, this endpoint does not require the &#x60;X-Forwarded-Proto&#x60; header to be set.
1298
1361
  # @param [Hash] opts the optional parameters
1299
1362
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1300
1363
  def prometheus_with_http_info(opts = {})
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.7.4
6
+ The version of the OpenAPI document: v1.8.0-pre.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: 1.7.4
6
+ The version of the OpenAPI document: 1.8.0.pre1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '1.7.4'
14
+ VERSION = '1.8.0.pre1'
15
15
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
7
7
 
8
- The version of the OpenAPI document: v1.7.4
8
+ The version of the OpenAPI document: v1.8.0-pre.1
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 4.3.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ory-hydra-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.8.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-31 00:00:00.000000000 Z
11
+ date: 2020-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -225,9 +225,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
225
225
  version: '1.9'
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  requirements:
228
- - - ">="
228
+ - - ">"
229
229
  - !ruby/object:Gem::Version
230
- version: '0'
230
+ version: 1.3.1
231
231
  requirements: []
232
232
  rubyforge_project:
233
233
  rubygems_version: 2.7.6.2
@@ -239,42 +239,42 @@ test_files:
239
239
  - spec/api/admin_api_spec.rb
240
240
  - spec/api_client_spec.rb
241
241
  - spec/configuration_spec.rb
242
- - spec/models/json_web_key_spec.rb
243
- - spec/models/well_known_spec.rb
244
- - spec/models/plugin_device_spec.rb
245
- - spec/models/generic_error_spec.rb
242
+ - spec/models/plugin_env_spec.rb
243
+ - spec/models/plugin_config_interface_spec.rb
244
+ - spec/models/o_auth2_client_spec.rb
246
245
  - spec/models/accept_consent_request_spec.rb
247
- - spec/models/health_status_spec.rb
248
- - spec/models/volume_usage_data_spec.rb
249
- - spec/models/previous_consent_session_spec.rb
250
- - spec/models/oauth_token_response_spec.rb
251
246
  - spec/models/health_not_ready_status_spec.rb
252
- - spec/models/json_web_key_set_spec.rb
253
- - spec/models/plugin_env_spec.rb
254
- - spec/models/plugin_mount_spec.rb
247
+ - spec/models/oauth2_token_response_spec.rb
248
+ - spec/models/reject_request_spec.rb
249
+ - spec/models/plugin_config_user_spec.rb
250
+ - spec/models/json_web_key_set_generator_request_spec.rb
251
+ - spec/models/oauth_token_response_spec.rb
252
+ - spec/models/login_request_spec.rb
253
+ - spec/models/volume_usage_data_spec.rb
255
254
  - spec/models/plugin_config_network_spec.rb
256
- - spec/models/plugin_config_spec.rb
257
255
  - spec/models/plugin_interface_type_spec.rb
256
+ - spec/models/generic_error_spec.rb
257
+ - spec/models/container_wait_ok_body_error_spec.rb
258
258
  - spec/models/plugin_config_linux_spec.rb
259
- - spec/models/plugin_config_interface_spec.rb
260
- - spec/models/reject_request_spec.rb
261
- - spec/models/consent_request_spec.rb
262
- - spec/models/plugin_config_args_spec.rb
263
- - spec/models/completed_request_spec.rb
264
- - spec/models/json_web_key_set_generator_request_spec.rb
265
- - spec/models/consent_request_session_spec.rb
266
- - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
267
- - spec/models/o_auth2_client_spec.rb
268
- - spec/models/oauth2_token_response_spec.rb
269
259
  - spec/models/plugin_config_rootfs_spec.rb
270
- - spec/models/o_auth2_token_introspection_spec.rb
271
- - spec/models/plugin_config_user_spec.rb
272
- - spec/models/logout_request_spec.rb
260
+ - spec/models/plugin_config_args_spec.rb
273
261
  - spec/models/plugin_settings_spec.rb
274
- - spec/models/container_wait_ok_body_error_spec.rb
262
+ - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
263
+ - spec/models/plugin_device_spec.rb
264
+ - spec/models/userinfo_response_spec.rb
275
265
  - spec/models/open_id_connect_context_spec.rb
266
+ - spec/models/previous_consent_session_spec.rb
267
+ - spec/models/o_auth2_token_introspection_spec.rb
268
+ - spec/models/consent_request_spec.rb
269
+ - spec/models/json_web_key_set_spec.rb
270
+ - spec/models/completed_request_spec.rb
276
271
  - spec/models/version_spec.rb
277
272
  - spec/models/accept_login_request_spec.rb
278
- - spec/models/login_request_spec.rb
279
- - spec/models/userinfo_response_spec.rb
273
+ - spec/models/consent_request_session_spec.rb
274
+ - spec/models/health_status_spec.rb
275
+ - spec/models/well_known_spec.rb
276
+ - spec/models/plugin_config_spec.rb
277
+ - spec/models/logout_request_spec.rb
278
+ - spec/models/plugin_mount_spec.rb
279
+ - spec/models/json_web_key_spec.rb
280
280
  - spec/spec_helper.rb