ory-hydra-client 1.8.5 → 1.9.0.alpha1

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 -7
  3. data/docs/AdminApi.md +7 -7
  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 +7 -7
  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 +34 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67f101899202d1f229e7b749e1154824aded92b11d13e3c6b4157e688e4a9fc9
4
- data.tar.gz: 8acfde69c50326a1e253ee84728b1150025450683b22285fba2c42980e48e46b
3
+ metadata.gz: 8832e97745db98f80631e09e6d83af42c4236c08938abae64dd3b1492400876c
4
+ data.tar.gz: 31047fbf5d97659c4e6e000fab2b5e5ae93451b428718f2b8872113f8a70ee57
5
5
  SHA512:
6
- metadata.gz: d49759b99baa489e9c1ac338830fced41642d8ba51be4fb7a882e06cbe0cc8f4a8e9dfba9a7e941390949b72ae94aa833f8c11723cf2aca0ec29998547374872
7
- data.tar.gz: 1ea63d7bc8d0d1f69f81c435124a2281c6d5e4af52ef6e596ec59d963351f5195625e4d2c3815096c4facc696afac177b3f5e1a5d710a871f966e4a9c9c968ed
6
+ metadata.gz: f237e510ad86a89406fc649c7062298b99fe2fc4faa2f365fb2ea9739a637d4106db8a99cc5e1b2413840f702a1c713c5daf0282eb5aa4b4347b4e69eb825598
7
+ data.tar.gz: 692e7a59ddb31c9bba57c8c919bbe2dd64b240c8c26583e178dd966d0fb29e81f83825246d20941e68766d0c3c1951e729d2d463f06821c1166def92c265b538
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.8.5
10
- - Package version: v1.8.5
9
+ - API version: v1.9.0-alpha.1
10
+ - Package version: v1.9.0-alpha.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.8.5.gem
26
+ gem install ./ory-hydra-client-v1.9.0-alpha.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.8.5.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.9.0-alpha.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.8.5'
35
+ gem 'ory-hydra-client', '~> v1.9.0-alpha.1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -86,7 +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
+ *OryHydraClient::AdminApi* | [**delete_o_auth2_token**](docs/AdminApi.md#delete_o_auth2_token) | **DELETE** /oauth2/tokens | Delete OAuth2 Access Tokens from a Client
90
90
  *OryHydraClient::AdminApi* | [**flush_inactive_o_auth2_tokens**](docs/AdminApi.md#flush_inactive_o_auth2_tokens) | **POST** /oauth2/flush | Flush Expired OAuth2 Access Tokens
91
91
  *OryHydraClient::AdminApi* | [**get_consent_request**](docs/AdminApi.md#get_consent_request) | **GET** /oauth2/auth/requests/consent | Get Consent Request Information
92
92
  *OryHydraClient::AdminApi* | [**get_json_web_key**](docs/AdminApi.md#get_json_web_key) | **GET** /keys/{set}/{kid} | Fetch a JSON Web Key
@@ -99,7 +99,7 @@ Class | Method | HTTP request | Description
99
99
  *OryHydraClient::AdminApi* | [**is_instance_alive**](docs/AdminApi.md#is_instance_alive) | **GET** /health/alive | Check Alive Status
100
100
  *OryHydraClient::AdminApi* | [**list_o_auth2_clients**](docs/AdminApi.md#list_o_auth2_clients) | **GET** /clients | List OAuth 2.0 Clients
101
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
102
- *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.
103
103
  *OryHydraClient::AdminApi* | [**reject_consent_request**](docs/AdminApi.md#reject_consent_request) | **PUT** /oauth2/auth/requests/consent/reject | Reject a Consent Request
104
104
  *OryHydraClient::AdminApi* | [**reject_login_request**](docs/AdminApi.md#reject_login_request) | **PUT** /oauth2/auth/requests/login/reject | Reject a Login Request
105
105
  *OryHydraClient::AdminApi* | [**reject_logout_request**](docs/AdminApi.md#reject_logout_request) | **PUT** /oauth2/auth/requests/logout/reject | Reject a Logout Request
@@ -12,7 +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
+ [**delete_o_auth2_token**](AdminApi.md#delete_o_auth2_token) | **DELETE** /oauth2/tokens | Delete OAuth2 Access Tokens from a Client
16
16
  [**flush_inactive_o_auth2_tokens**](AdminApi.md#flush_inactive_o_auth2_tokens) | **POST** /oauth2/flush | Flush Expired OAuth2 Access Tokens
17
17
  [**get_consent_request**](AdminApi.md#get_consent_request) | **GET** /oauth2/auth/requests/consent | Get Consent Request Information
18
18
  [**get_json_web_key**](AdminApi.md#get_json_web_key) | **GET** /keys/{set}/{kid} | Fetch a JSON Web Key
@@ -25,7 +25,7 @@ Method | HTTP request | Description
25
25
  [**is_instance_alive**](AdminApi.md#is_instance_alive) | **GET** /health/alive | Check Alive Status
26
26
  [**list_o_auth2_clients**](AdminApi.md#list_o_auth2_clients) | **GET** /clients | List OAuth 2.0 Clients
27
27
  [**list_subject_consent_sessions**](AdminApi.md#list_subject_consent_sessions) | **GET** /oauth2/auth/sessions/consent | Lists All Consent Sessions of a Subject
28
- [**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.
29
29
  [**reject_consent_request**](AdminApi.md#reject_consent_request) | **PUT** /oauth2/auth/requests/consent/reject | Reject a Consent Request
30
30
  [**reject_login_request**](AdminApi.md#reject_login_request) | **PUT** /oauth2/auth/requests/login/reject | Reject a Login Request
31
31
  [**reject_logout_request**](AdminApi.md#reject_logout_request) | **PUT** /oauth2/auth/requests/logout/reject | Reject a Logout Request
@@ -428,7 +428,7 @@ No authorization required
428
428
 
429
429
  > delete_o_auth2_token(client_id)
430
430
 
431
- Delete OAuth2 Access Tokens from a client
431
+ Delete OAuth2 Access Tokens from a Client
432
432
 
433
433
  This endpoint deletes OAuth2 access tokens issued for a client from the database
434
434
 
@@ -442,7 +442,7 @@ api_instance = OryHydraClient::AdminApi.new
442
442
  client_id = 'client_id_example' # String |
443
443
 
444
444
  begin
445
- #Delete OAuth2 Access Tokens from a client
445
+ #Delete OAuth2 Access Tokens from a Client
446
446
  api_instance.delete_o_auth2_token(client_id)
447
447
  rescue OryHydraClient::ApiError => e
448
448
  puts "Exception when calling AdminApi->delete_o_auth2_token: #{e}"
@@ -1041,9 +1041,9 @@ No authorization required
1041
1041
 
1042
1042
  > prometheus
1043
1043
 
1044
- 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.
1045
1045
 
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.
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.
1047
1047
 
1048
1048
  ### Example
1049
1049
 
@@ -1054,7 +1054,7 @@ require 'ory-hydra-client'
1054
1054
  api_instance = OryHydraClient::AdminApi.new
1055
1055
 
1056
1056
  begin
1057
- #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.
1058
1058
  api_instance.prometheus
1059
1059
  rescue OryHydraClient::ApiError => e
1060
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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -538,7 +538,7 @@ module OryHydraClient
538
538
  return data, status_code, headers
539
539
  end
540
540
 
541
- # Delete OAuth2 Access Tokens from a client
541
+ # Delete OAuth2 Access Tokens from a Client
542
542
  # This endpoint deletes OAuth2 access tokens issued for a client from the database
543
543
  # @param client_id [String]
544
544
  # @param [Hash] opts the optional parameters
@@ -548,7 +548,7 @@ module OryHydraClient
548
548
  nil
549
549
  end
550
550
 
551
- # Delete OAuth2 Access Tokens from a client
551
+ # Delete OAuth2 Access Tokens from a Client
552
552
  # This endpoint deletes OAuth2 access tokens issued for a client from the database
553
553
  # @param client_id [String]
554
554
  # @param [Hash] opts the optional parameters
@@ -1347,8 +1347,8 @@ module OryHydraClient
1347
1347
  return data, status_code, headers
1348
1348
  end
1349
1349
 
1350
- # Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
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.
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.
1352
1352
  # @param [Hash] opts the optional parameters
1353
1353
  # @return [nil]
1354
1354
  def prometheus(opts = {})
@@ -1356,8 +1356,8 @@ module OryHydraClient
1356
1356
  nil
1357
1357
  end
1358
1358
 
1359
- # Get snapshot metrics from the Hydra service. If you're using k8s, you can then add annotations to your deployment like so:
1360
- # ``` 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.
1359
+ # Get Snapshot Metrics from the Hydra Service.
1360
+ # 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.
1361
1361
  # @param [Hash] opts the optional parameters
1362
1362
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1363
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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.1
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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.1
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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
6
+ The version of the OpenAPI document: 1.9.0.alpha1
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.8.5'
14
+ VERSION = '1.9.0.alpha1'
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.8.5
8
+ The version of the OpenAPI document: v1.9.0-alpha.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.8.5
4
+ version: 1.9.0.alpha1
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-10-03 00:00:00.000000000 Z
11
+ date: 2020-10-20 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/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/version_spec.rb
244
- - spec/models/plugin_config_spec.rb
242
+ - spec/models/plugin_device_spec.rb
243
+ - spec/models/health_not_ready_status_spec.rb
244
+ - spec/models/plugin_env_spec.rb
245
+ - spec/models/plugin_mount_spec.rb
246
+ - spec/models/accept_consent_request_spec.rb
247
+ - spec/models/generic_error_spec.rb
245
248
  - spec/models/container_wait_ok_body_error_spec.rb
246
- - spec/models/completed_request_spec.rb
247
- - spec/models/plugin_config_user_spec.rb
248
- - spec/models/plugin_config_interface_spec.rb
249
+ - spec/models/reject_request_spec.rb
250
+ - spec/models/json_web_key_set_spec.rb
251
+ - spec/models/plugin_interface_type_spec.rb
249
252
  - spec/models/plugin_config_rootfs_spec.rb
250
- - spec/models/generic_error_spec.rb
253
+ - spec/models/consent_request_session_spec.rb
254
+ - spec/models/plugin_config_network_spec.rb
255
+ - spec/models/version_spec.rb
256
+ - spec/models/json_web_key_spec.rb
257
+ - spec/models/health_status_spec.rb
258
+ - spec/models/login_request_spec.rb
259
+ - spec/models/logout_request_spec.rb
260
+ - spec/models/well_known_spec.rb
251
261
  - spec/models/o_auth2_client_spec.rb
252
- - spec/models/open_id_connect_context_spec.rb
253
- - spec/models/plugin_config_linux_spec.rb
254
- - spec/models/consent_request_spec.rb
255
262
  - spec/models/volume_usage_data_spec.rb
256
- - spec/models/o_auth2_token_introspection_spec.rb
263
+ - spec/models/userinfo_response_spec.rb
264
+ - spec/models/open_id_connect_context_spec.rb
265
+ - spec/models/accept_login_request_spec.rb
257
266
  - spec/models/plugin_settings_spec.rb
258
- - spec/models/plugin_config_network_spec.rb
259
- - spec/models/accept_consent_request_spec.rb
260
- - spec/models/plugin_env_spec.rb
267
+ - spec/models/plugin_config_args_spec.rb
268
+ - spec/models/consent_request_spec.rb
269
+ - spec/models/plugin_config_linux_spec.rb
261
270
  - spec/models/oauth2_token_response_spec.rb
262
- - spec/models/plugin_mount_spec.rb
263
- - spec/models/json_web_key_set_spec.rb
264
- - spec/models/well_known_spec.rb
265
- - spec/models/accept_login_request_spec.rb
266
- - spec/models/login_request_spec.rb
271
+ - spec/models/plugin_config_spec.rb
272
+ - spec/models/plugin_config_interface_spec.rb
273
+ - spec/models/plugin_config_user_spec.rb
274
+ - spec/models/o_auth2_token_introspection_spec.rb
275
+ - spec/models/completed_request_spec.rb
276
+ - spec/models/oauth_token_response_spec.rb
267
277
  - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
268
- - spec/models/userinfo_response_spec.rb
269
278
  - spec/models/json_web_key_set_generator_request_spec.rb
270
- - spec/models/logout_request_spec.rb
271
- - spec/models/health_not_ready_status_spec.rb
272
- - spec/models/reject_request_spec.rb
273
- - spec/models/plugin_config_args_spec.rb
274
- - spec/models/json_web_key_spec.rb
275
- - spec/models/health_status_spec.rb
276
- - spec/models/consent_request_session_spec.rb
277
- - spec/models/plugin_interface_type_spec.rb
278
- - spec/models/plugin_device_spec.rb
279
- - spec/models/oauth_token_response_spec.rb
279
+ - spec/models/previous_consent_session_spec.rb
280
280
  - spec/spec_helper.rb