ory-hydra-client 1.7.3 → 1.9.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/AdminApi.md +51 -4
  4. data/docs/ConsentRequest.md +1 -1
  5. data/docs/LoginRequest.md +1 -1
  6. data/lib/ory-hydra-client.rb +1 -1
  7. data/lib/ory-hydra-client/api/admin_api.rb +68 -5
  8. data/lib/ory-hydra-client/api/public_api.rb +1 -1
  9. data/lib/ory-hydra-client/api_client.rb +1 -1
  10. data/lib/ory-hydra-client/api_error.rb +1 -1
  11. data/lib/ory-hydra-client/configuration.rb +1 -1
  12. data/lib/ory-hydra-client/models/accept_consent_request.rb +1 -1
  13. data/lib/ory-hydra-client/models/accept_login_request.rb +1 -1
  14. data/lib/ory-hydra-client/models/completed_request.rb +1 -1
  15. data/lib/ory-hydra-client/models/consent_request.rb +2 -2
  16. data/lib/ory-hydra-client/models/consent_request_session.rb +1 -1
  17. data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +1 -1
  18. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +1 -1
  19. data/lib/ory-hydra-client/models/generic_error.rb +1 -1
  20. data/lib/ory-hydra-client/models/health_not_ready_status.rb +1 -1
  21. data/lib/ory-hydra-client/models/health_status.rb +1 -1
  22. data/lib/ory-hydra-client/models/json_web_key.rb +1 -1
  23. data/lib/ory-hydra-client/models/json_web_key_set.rb +1 -1
  24. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +1 -1
  25. data/lib/ory-hydra-client/models/login_request.rb +2 -2
  26. data/lib/ory-hydra-client/models/logout_request.rb +1 -1
  27. data/lib/ory-hydra-client/models/o_auth2_client.rb +1 -1
  28. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +1 -1
  29. data/lib/ory-hydra-client/models/oauth2_token_response.rb +1 -1
  30. data/lib/ory-hydra-client/models/open_id_connect_context.rb +1 -1
  31. data/lib/ory-hydra-client/models/plugin_config.rb +1 -1
  32. data/lib/ory-hydra-client/models/plugin_config_args.rb +1 -1
  33. data/lib/ory-hydra-client/models/plugin_config_interface.rb +1 -1
  34. data/lib/ory-hydra-client/models/plugin_config_linux.rb +1 -1
  35. data/lib/ory-hydra-client/models/plugin_config_network.rb +1 -1
  36. data/lib/ory-hydra-client/models/plugin_config_rootfs.rb +1 -1
  37. data/lib/ory-hydra-client/models/plugin_config_user.rb +1 -1
  38. data/lib/ory-hydra-client/models/plugin_device.rb +1 -1
  39. data/lib/ory-hydra-client/models/plugin_env.rb +1 -1
  40. data/lib/ory-hydra-client/models/plugin_interface_type.rb +1 -1
  41. data/lib/ory-hydra-client/models/plugin_mount.rb +1 -1
  42. data/lib/ory-hydra-client/models/plugin_settings.rb +1 -1
  43. data/lib/ory-hydra-client/models/previous_consent_session.rb +1 -1
  44. data/lib/ory-hydra-client/models/reject_request.rb +1 -1
  45. data/lib/ory-hydra-client/models/userinfo_response.rb +1 -1
  46. data/lib/ory-hydra-client/models/version.rb +1 -1
  47. data/lib/ory-hydra-client/models/volume_usage_data.rb +1 -1
  48. data/lib/ory-hydra-client/models/well_known.rb +1 -1
  49. data/lib/ory-hydra-client/version.rb +2 -2
  50. data/ory-hydra-client.gemspec +1 -1
  51. metadata +35 -35
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41491de32ca872a6f72ddf79c598106fb85010898cd9221a73813d97ee1909ee
4
- data.tar.gz: fc3dd66ab7e999338131fc8b1a6835e0f6ebb4179b59a4cf35fa65308b9d120f
3
+ metadata.gz: fd91c16a48751512dd66dbd40adc2f69916cc476b9f73f3ae9bcb252ef10653e
4
+ data.tar.gz: fd86c360377210ad7e5a7b8cba88a06e6af12ce7c0cd2b92a59776022fbec5a1
5
5
  SHA512:
6
- metadata.gz: 9659870bd816b287dfc871e0f8c231e8e9cdc3b85ec559c47b7e703337056f305f73c331cf402c4bc8704626f93705bd57833408e638307af031c617493dcbd3
7
- data.tar.gz: b50ea3198b3023c5e4e56cec13438dffe77b8ae490fef53b4b6cea4c7afdd05ccb5e83d597fa10eab81f98db466cc69e26e35d4f1210caa938306ed24e38b966
6
+ metadata.gz: 13c0bcd0f22cc70dca60c89abb1c3e3beb219ebc8158327ea686d9aa2ca6e25b88dfcae24680d2d0274909a2fbaeabfa6184b0eca617f188a549e62c597c36e1
7
+ data.tar.gz: 30384848282a3b62c5afb59fbdd5724db42e4427ad2d329f6f3d8a5af6341497936827bf405e19fe4309000099533cf826dfcf38ba8c9aa3860fdaf275dfc108
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.3
10
- - Package version: v1.7.3
9
+ - API version: v1.9.0-alpha.2
10
+ - Package version: v1.9.0-alpha.2
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.3.gem
26
+ gem install ./ory-hydra-client-v1.9.0-alpha.2.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.7.3.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.9.0-alpha.2.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.3'
35
+ gem 'ory-hydra-client', '~> v1.9.0-alpha.2'
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
@@ -98,7 +99,7 @@ Class | Method | HTTP request | Description
98
99
  *OryHydraClient::AdminApi* | [**is_instance_alive**](docs/AdminApi.md#is_instance_alive) | **GET** /health/alive | Check Alive Status
99
100
  *OryHydraClient::AdminApi* | [**list_o_auth2_clients**](docs/AdminApi.md#list_o_auth2_clients) | **GET** /clients | List OAuth 2.0 Clients
100
101
  *OryHydraClient::AdminApi* | [**list_subject_consent_sessions**](docs/AdminApi.md#list_subject_consent_sessions) | **GET** /oauth2/auth/sessions/consent | Lists All Consent Sessions of a Subject
101
- *OryHydraClient::AdminApi* | [**prometheus**](docs/AdminApi.md#prometheus) | **GET** /metrics/prometheus | Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
102
+ *OryHydraClient::AdminApi* | [**prometheus**](docs/AdminApi.md#prometheus) | **GET** /metrics/prometheus | Get Snapshot Metrics from the Hydra Service.
102
103
  *OryHydraClient::AdminApi* | [**reject_consent_request**](docs/AdminApi.md#reject_consent_request) | **PUT** /oauth2/auth/requests/consent/reject | Reject a Consent Request
103
104
  *OryHydraClient::AdminApi* | [**reject_login_request**](docs/AdminApi.md#reject_login_request) | **PUT** /oauth2/auth/requests/login/reject | Reject a Login Request
104
105
  *OryHydraClient::AdminApi* | [**reject_logout_request**](docs/AdminApi.md#reject_logout_request) | **PUT** /oauth2/auth/requests/logout/reject | Reject a Logout Request
@@ -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
@@ -24,7 +25,7 @@ Method | HTTP request | Description
24
25
  [**is_instance_alive**](AdminApi.md#is_instance_alive) | **GET** /health/alive | Check Alive Status
25
26
  [**list_o_auth2_clients**](AdminApi.md#list_o_auth2_clients) | **GET** /clients | List OAuth 2.0 Clients
26
27
  [**list_subject_consent_sessions**](AdminApi.md#list_subject_consent_sessions) | **GET** /oauth2/auth/sessions/consent | Lists All Consent Sessions of a Subject
27
- [**prometheus**](AdminApi.md#prometheus) | **GET** /metrics/prometheus | Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
28
+ [**prometheus**](AdminApi.md#prometheus) | **GET** /metrics/prometheus | Get Snapshot Metrics from the Hydra Service.
28
29
  [**reject_consent_request**](AdminApi.md#reject_consent_request) | **PUT** /oauth2/auth/requests/consent/reject | Reject a Consent Request
29
30
  [**reject_login_request**](AdminApi.md#reject_login_request) | **PUT** /oauth2/auth/requests/login/reject | Reject a Login Request
30
31
  [**reject_logout_request**](AdminApi.md#reject_logout_request) | **PUT** /oauth2/auth/requests/logout/reject | Reject a Logout Request
@@ -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)
@@ -994,9 +1041,9 @@ No authorization required
994
1041
 
995
1042
  > prometheus
996
1043
 
997
- Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
1044
+ Get Snapshot Metrics from the Hydra Service.
998
1045
 
999
- ``` metadata: annotations: prometheus.io/port: \"4445\" prometheus.io/path: \"/metrics/prometheus\" ```
1046
+ If you're using k8s, you can then add annotations to your deployment like so: ``` 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
 
@@ -1007,7 +1054,7 @@ require 'ory-hydra-client'
1007
1054
  api_instance = OryHydraClient::AdminApi.new
1008
1055
 
1009
1056
  begin
1010
- #Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
1057
+ #Get Snapshot Metrics from the Hydra Service.
1011
1058
  api_instance.prometheus
1012
1059
  rescue OryHydraClient::ApiError => e
1013
1060
  puts "Exception when calling AdminApi->prometheus: #{e}"
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **acr** | **String** | ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication. | [optional]
8
- **challenge** | **String** | Challenge is the identifier (\"authorization challenge\") of the consent authorization request. It is used to identify the session. |
8
+ **challenge** | **String** | ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to identify the session. |
9
9
  **client** | [**OAuth2Client**](OAuth2Client.md) | | [optional]
10
10
  **context** | [**Object**](.md) | | [optional]
11
11
  **login_challenge** | **String** | LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate a login and consent request in the login & consent app. | [optional]
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **challenge** | **String** | Challenge is the identifier (\"login challenge\") of the login request. It is used to identify the session. |
7
+ **challenge** | **String** | ID is the identifier (\"login challenge\") of the login request. It is used to identify the session. |
8
8
  **client** | [**OAuth2Client**](OAuth2Client.md) | |
9
9
  **oidc_context** | [**OpenIDConnectContext**](OpenIDConnectContext.md) | | [optional]
10
10
  **request_url** | **String** | RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which initiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but might come in handy if you want to deal with additional request parameters. |
@@ -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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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
@@ -1284,8 +1347,8 @@ module OryHydraClient
1284
1347
  return data, status_code, headers
1285
1348
  end
1286
1349
 
1287
- # 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\" ```
1350
+ # Get Snapshot Metrics from the Hydra Service.
1351
+ # If you're using k8s, you can then add annotations to your deployment like so: ``` 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 = {})
@@ -1293,8 +1356,8 @@ module OryHydraClient
1293
1356
  nil
1294
1357
  end
1295
1358
 
1296
- # 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;
1359
+ # Get Snapshot Metrics from the Hydra Service.
1360
+ # If you&#39;re using k8s, you can then add annotations to your deployment like so: &#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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -17,7 +17,7 @@ module OryHydraClient
17
17
  # ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it to express that, for example, a user authenticated using two factor authentication.
18
18
  attr_accessor :acr
19
19
 
20
- # Challenge is the identifier (\"authorization challenge\") of the consent authorization request. It is used to identify the session.
20
+ # ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to identify the session.
21
21
  attr_accessor :challenge
22
22
 
23
23
  attr_accessor :client
@@ -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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module OryHydraClient
16
16
  class LoginRequest
17
- # Challenge is the identifier (\"login challenge\") of the login request. It is used to identify the session.
17
+ # ID is the identifier (\"login challenge\") of the login request. It is used to identify the session.
18
18
  attr_accessor :challenge
19
19
 
20
20
  attr_accessor :client
@@ -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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
6
+ The version of the OpenAPI document: 1.9.0.alpha2
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.3'
14
+ VERSION = '1.9.0.alpha2'
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.3
8
+ The version of the OpenAPI document: v1.9.0-alpha.2
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.3
4
+ version: 1.9.0.alpha2
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-29 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
@@ -235,46 +235,46 @@ signing_key:
235
235
  specification_version: 4
236
236
  summary: ORY Hydra Ruby Gem
237
237
  test_files:
238
- - spec/api/public_api_spec.rb
239
238
  - spec/api/admin_api_spec.rb
239
+ - spec/api/public_api_spec.rb
240
240
  - spec/api_client_spec.rb
241
241
  - spec/configuration_spec.rb
242
- - spec/models/previous_consent_session_spec.rb
243
- - spec/models/container_wait_ok_body_error_spec.rb
244
- - spec/models/plugin_interface_type_spec.rb
245
- - spec/models/plugin_device_spec.rb
246
- - spec/models/accept_consent_request_spec.rb
247
- - spec/models/o_auth2_token_introspection_spec.rb
242
+ - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
248
243
  - spec/models/json_web_key_spec.rb
249
- - spec/models/plugin_config_args_spec.rb
250
- - spec/models/version_spec.rb
251
- - spec/models/plugin_env_spec.rb
244
+ - spec/models/health_status_spec.rb
245
+ - spec/models/plugin_settings_spec.rb
246
+ - spec/models/consent_request_session_spec.rb
252
247
  - spec/models/plugin_config_interface_spec.rb
253
- - spec/models/oauth_token_response_spec.rb
254
- - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
255
- - spec/models/plugin_config_rootfs_spec.rb
256
- - spec/models/accept_login_request_spec.rb
257
- - spec/models/plugin_config_user_spec.rb
258
- - spec/models/volume_usage_data_spec.rb
248
+ - spec/models/userinfo_response_spec.rb
249
+ - spec/models/plugin_config_args_spec.rb
259
250
  - spec/models/plugin_mount_spec.rb
260
- - spec/models/health_not_ready_status_spec.rb
261
- - spec/models/plugin_config_linux_spec.rb
262
- - spec/models/json_web_key_set_generator_request_spec.rb
263
- - spec/models/o_auth2_client_spec.rb
251
+ - spec/models/json_web_key_set_spec.rb
264
252
  - spec/models/oauth2_token_response_spec.rb
265
- - spec/models/open_id_connect_context_spec.rb
266
- - spec/models/consent_request_session_spec.rb
267
- - spec/models/userinfo_response_spec.rb
268
- - spec/models/consent_request_spec.rb
269
- - spec/models/logout_request_spec.rb
270
- - spec/models/well_known_spec.rb
271
- - spec/models/login_request_spec.rb
253
+ - spec/models/volume_usage_data_spec.rb
254
+ - spec/models/json_web_key_set_generator_request_spec.rb
255
+ - spec/models/plugin_env_spec.rb
272
256
  - spec/models/completed_request_spec.rb
257
+ - spec/models/logout_request_spec.rb
273
258
  - spec/models/generic_error_spec.rb
274
- - spec/models/plugin_config_spec.rb
275
- - spec/models/json_web_key_set_spec.rb
276
- - spec/models/health_status_spec.rb
259
+ - spec/models/version_spec.rb
260
+ - spec/models/health_not_ready_status_spec.rb
277
261
  - spec/models/plugin_config_network_spec.rb
262
+ - spec/models/consent_request_spec.rb
263
+ - spec/models/o_auth2_token_introspection_spec.rb
264
+ - spec/models/container_wait_ok_body_error_spec.rb
265
+ - spec/models/login_request_spec.rb
266
+ - spec/models/previous_consent_session_spec.rb
267
+ - spec/models/oauth_token_response_spec.rb
268
+ - spec/models/accept_consent_request_spec.rb
269
+ - spec/models/well_known_spec.rb
270
+ - spec/models/plugin_config_user_spec.rb
271
+ - spec/models/open_id_connect_context_spec.rb
272
+ - spec/models/plugin_config_spec.rb
273
+ - spec/models/plugin_config_rootfs_spec.rb
274
+ - spec/models/accept_login_request_spec.rb
275
+ - spec/models/o_auth2_client_spec.rb
276
+ - spec/models/plugin_device_spec.rb
277
+ - spec/models/plugin_config_linux_spec.rb
278
278
  - spec/models/reject_request_spec.rb
279
- - spec/models/plugin_settings_spec.rb
279
+ - spec/models/plugin_interface_type_spec.rb
280
280
  - spec/spec_helper.rb