ory-hydra-client 1.7.0 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -28
  3. data/docs/AdminApi.md +52 -61
  4. data/docs/PublicApi.md +15 -15
  5. data/lib/ory-hydra-client.rb +1 -1
  6. data/lib/ory-hydra-client/api/admin_api.rb +36 -36
  7. data/lib/ory-hydra-client/api/public_api.rb +11 -11
  8. data/lib/ory-hydra-client/api_client.rb +1 -1
  9. data/lib/ory-hydra-client/api_error.rb +1 -1
  10. data/lib/ory-hydra-client/configuration.rb +1 -1
  11. data/lib/ory-hydra-client/models/accept_consent_request.rb +1 -1
  12. data/lib/ory-hydra-client/models/accept_login_request.rb +1 -1
  13. data/lib/ory-hydra-client/models/completed_request.rb +1 -1
  14. data/lib/ory-hydra-client/models/consent_request.rb +1 -1
  15. data/lib/ory-hydra-client/models/consent_request_session.rb +1 -1
  16. data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +1 -1
  17. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +1 -1
  18. data/lib/ory-hydra-client/models/generic_error.rb +1 -1
  19. data/lib/ory-hydra-client/models/health_not_ready_status.rb +1 -1
  20. data/lib/ory-hydra-client/models/health_status.rb +1 -1
  21. data/lib/ory-hydra-client/models/json_web_key.rb +1 -1
  22. data/lib/ory-hydra-client/models/json_web_key_set.rb +1 -1
  23. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +1 -1
  24. data/lib/ory-hydra-client/models/login_request.rb +1 -1
  25. data/lib/ory-hydra-client/models/logout_request.rb +1 -1
  26. data/lib/ory-hydra-client/models/o_auth2_client.rb +1 -1
  27. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +1 -1
  28. data/lib/ory-hydra-client/models/oauth2_token_response.rb +1 -1
  29. data/lib/ory-hydra-client/models/open_id_connect_context.rb +1 -1
  30. data/lib/ory-hydra-client/models/plugin_config.rb +1 -1
  31. data/lib/ory-hydra-client/models/plugin_config_args.rb +1 -1
  32. data/lib/ory-hydra-client/models/plugin_config_interface.rb +1 -1
  33. data/lib/ory-hydra-client/models/plugin_config_linux.rb +1 -1
  34. data/lib/ory-hydra-client/models/plugin_config_network.rb +1 -1
  35. data/lib/ory-hydra-client/models/plugin_config_rootfs.rb +1 -1
  36. data/lib/ory-hydra-client/models/plugin_config_user.rb +1 -1
  37. data/lib/ory-hydra-client/models/plugin_device.rb +1 -1
  38. data/lib/ory-hydra-client/models/plugin_env.rb +1 -1
  39. data/lib/ory-hydra-client/models/plugin_interface_type.rb +1 -1
  40. data/lib/ory-hydra-client/models/plugin_mount.rb +1 -1
  41. data/lib/ory-hydra-client/models/plugin_settings.rb +1 -1
  42. data/lib/ory-hydra-client/models/previous_consent_session.rb +1 -1
  43. data/lib/ory-hydra-client/models/reject_request.rb +1 -1
  44. data/lib/ory-hydra-client/models/userinfo_response.rb +1 -1
  45. data/lib/ory-hydra-client/models/version.rb +1 -1
  46. data/lib/ory-hydra-client/models/volume_usage_data.rb +1 -1
  47. data/lib/ory-hydra-client/models/well_known.rb +1 -1
  48. data/lib/ory-hydra-client/version.rb +2 -2
  49. data/ory-hydra-client.gemspec +1 -1
  50. metadata +33 -33
@@ -4,12 +4,12 @@ All URIs are relative to *http://localhost*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**disconnect_user**](PublicApi.md#disconnect_user) | **GET** /oauth2/sessions/logout | OpenID Connect Front-Backchannel enabled Logout
7
+ [**disconnect_user**](PublicApi.md#disconnect_user) | **GET** /oauth2/sessions/logout | OpenID Connect Front-Backchannel Enabled Logout
8
8
  [**discover_open_id_configuration**](PublicApi.md#discover_open_id_configuration) | **GET** /.well-known/openid-configuration | OpenID Connect Discovery
9
- [**is_instance_ready**](PublicApi.md#is_instance_ready) | **GET** /health/ready | Check readiness status
10
- [**oauth2_token**](PublicApi.md#oauth2_token) | **POST** /oauth2/token | The OAuth 2.0 token endpoint
11
- [**oauth_auth**](PublicApi.md#oauth_auth) | **GET** /oauth2/auth | The OAuth 2.0 authorize endpoint
12
- [**revoke_o_auth2_token**](PublicApi.md#revoke_o_auth2_token) | **POST** /oauth2/revoke | Revoke OAuth2 tokens
9
+ [**is_instance_ready**](PublicApi.md#is_instance_ready) | **GET** /health/ready | Check Readiness Status
10
+ [**oauth2_token**](PublicApi.md#oauth2_token) | **POST** /oauth2/token | The OAuth 2.0 Token Endpoint
11
+ [**oauth_auth**](PublicApi.md#oauth_auth) | **GET** /oauth2/auth | The OAuth 2.0 Authorize Endpoint
12
+ [**revoke_o_auth2_token**](PublicApi.md#revoke_o_auth2_token) | **POST** /oauth2/revoke | Revoke OAuth2 Tokens
13
13
  [**userinfo**](PublicApi.md#userinfo) | **GET** /userinfo | OpenID Connect Userinfo
14
14
  [**well_known**](PublicApi.md#well_known) | **GET** /.well-known/jwks.json | JSON Web Keys Discovery
15
15
 
@@ -19,7 +19,7 @@ Method | HTTP request | Description
19
19
 
20
20
  > disconnect_user
21
21
 
22
- OpenID Connect Front-Backchannel enabled Logout
22
+ OpenID Connect Front-Backchannel Enabled Logout
23
23
 
24
24
  This endpoint initiates and completes user logout at ORY Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
25
25
 
@@ -32,7 +32,7 @@ require 'ory-hydra-client'
32
32
  api_instance = OryHydraClient::PublicApi.new
33
33
 
34
34
  begin
35
- #OpenID Connect Front-Backchannel enabled Logout
35
+ #OpenID Connect Front-Backchannel Enabled Logout
36
36
  api_instance.disconnect_user
37
37
  rescue OryHydraClient::ApiError => e
38
38
  puts "Exception when calling PublicApi->disconnect_user: #{e}"
@@ -104,7 +104,7 @@ No authorization required
104
104
 
105
105
  > HealthStatus is_instance_ready
106
106
 
107
- Check readiness status
107
+ Check Readiness Status
108
108
 
109
109
  This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g. the database) are responsive as well. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
110
110
 
@@ -117,7 +117,7 @@ require 'ory-hydra-client'
117
117
  api_instance = OryHydraClient::PublicApi.new
118
118
 
119
119
  begin
120
- #Check readiness status
120
+ #Check Readiness Status
121
121
  result = api_instance.is_instance_ready
122
122
  p result
123
123
  rescue OryHydraClient::ApiError => e
@@ -147,7 +147,7 @@ No authorization required
147
147
 
148
148
  > Oauth2TokenResponse oauth2_token(grant_type, opts)
149
149
 
150
- The OAuth 2.0 token endpoint
150
+ The OAuth 2.0 Token Endpoint
151
151
 
152
152
  The client makes a request to the token endpoint by sending the following parameters using the \"application/x-www-form-urlencoded\" HTTP request entity-body. > Do not implement a client for this endpoint yourself. Use a library. There are many libraries > available for any programming language. You can find a list of libraries here: https://oauth.net/code/ > > Do note that Hydra SDK does not implement this endpoint properly. Use one of the libraries listed above!
153
153
 
@@ -176,7 +176,7 @@ opts = {
176
176
  }
177
177
 
178
178
  begin
179
- #The OAuth 2.0 token endpoint
179
+ #The OAuth 2.0 Token Endpoint
180
180
  result = api_instance.oauth2_token(grant_type, opts)
181
181
  p result
182
182
  rescue OryHydraClient::ApiError => e
@@ -213,7 +213,7 @@ Name | Type | Description | Notes
213
213
 
214
214
  > oauth_auth
215
215
 
216
- The OAuth 2.0 authorize endpoint
216
+ The OAuth 2.0 Authorize Endpoint
217
217
 
218
218
  This endpoint is not documented here because you should never use your own implementation to perform OAuth2 flows. OAuth2 is a very popular protocol and a library for your programming language will exists. To learn more about this flow please refer to the specification: https://tools.ietf.org/html/rfc6749
219
219
 
@@ -226,7 +226,7 @@ require 'ory-hydra-client'
226
226
  api_instance = OryHydraClient::PublicApi.new
227
227
 
228
228
  begin
229
- #The OAuth 2.0 authorize endpoint
229
+ #The OAuth 2.0 Authorize Endpoint
230
230
  api_instance.oauth_auth
231
231
  rescue OryHydraClient::ApiError => e
232
232
  puts "Exception when calling PublicApi->oauth_auth: #{e}"
@@ -255,7 +255,7 @@ No authorization required
255
255
 
256
256
  > revoke_o_auth2_token(token)
257
257
 
258
- Revoke OAuth2 tokens
258
+ Revoke OAuth2 Tokens
259
259
 
260
260
  Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no longer be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token. Revoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by the client the token was generated for.
261
261
 
@@ -278,7 +278,7 @@ api_instance = OryHydraClient::PublicApi.new
278
278
  token = 'token_example' # String |
279
279
 
280
280
  begin
281
- #Revoke OAuth2 tokens
281
+ #Revoke OAuth2 Tokens
282
282
  api_instance.revoke_o_auth2_token(token)
283
283
  rescue OryHydraClient::ApiError => e
284
284
  puts "Exception when calling PublicApi->revoke_o_auth2_token: #{e}"
@@ -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.0
6
+ The version of the OpenAPI document: v1.7.3
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.0
6
+ The version of the OpenAPI document: v1.7.3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -19,7 +19,7 @@ module OryHydraClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Accept a consent request
22
+ # Accept a Consent Request
23
23
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf. The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope (\"Application my-dropbox-app wants write access to all your private files\"). The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request. This endpoint tells ORY Hydra that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider includes additional information, such as session data for access and ID tokens, and if the consent request should be used as basis for future requests. The response contains a redirect URL which the consent provider should redirect the user-agent to.
24
24
  # @param consent_challenge [String]
25
25
  # @param [Hash] opts the optional parameters
@@ -30,7 +30,7 @@ module OryHydraClient
30
30
  data
31
31
  end
32
32
 
33
- # Accept a consent request
33
+ # Accept a Consent Request
34
34
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf. The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope (\"Application my-dropbox-app wants write access to all your private files\"). The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request. This endpoint tells ORY Hydra that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider includes additional information, such as session data for access and ID tokens, and if the consent request should be used as basis for future requests. The response contains a redirect URL which the consent provider should redirect the user-agent to.
35
35
  # @param consent_challenge [String]
36
36
  # @param [Hash] opts the optional parameters
@@ -86,7 +86,7 @@ module OryHydraClient
86
86
  return data, status_code, headers
87
87
  end
88
88
 
89
- # Accept a login request
89
+ # Accept a Login Request
90
90
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate (\"show the subject a login screen\") a subject (in OAuth2 the proper name for subject is \"resource owner\"). The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process. This endpoint tells ORY Hydra that the subject has successfully authenticated and includes additional information such as the subject's ID and if ORY Hydra should remember the subject's subject agent for future authentication attempts by setting a cookie. The response contains a redirect URL which the login provider should redirect the user-agent to.
91
91
  # @param login_challenge [String]
92
92
  # @param [Hash] opts the optional parameters
@@ -97,7 +97,7 @@ module OryHydraClient
97
97
  data
98
98
  end
99
99
 
100
- # Accept a login request
100
+ # Accept a Login Request
101
101
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate (\"show the subject a login screen\") a subject (in OAuth2 the proper name for subject is \"resource owner\"). The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process. This endpoint tells ORY Hydra that the subject has successfully authenticated and includes additional information such as the subject's ID and if ORY Hydra should remember the subject's subject agent for future authentication attempts by setting a cookie. The response contains a redirect URL which the login provider should redirect the user-agent to.
102
102
  # @param login_challenge [String]
103
103
  # @param [Hash] opts the optional parameters
@@ -153,7 +153,7 @@ module OryHydraClient
153
153
  return data, status_code, headers
154
154
  end
155
155
 
156
- # Accept a logout request
156
+ # Accept a Logout Request
157
157
  # When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request. No body is required. The response contains a redirect URL which the consent provider should redirect the user-agent to.
158
158
  # @param logout_challenge [String]
159
159
  # @param [Hash] opts the optional parameters
@@ -163,7 +163,7 @@ module OryHydraClient
163
163
  data
164
164
  end
165
165
 
166
- # Accept a logout request
166
+ # Accept a Logout Request
167
167
  # When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request. No body is required. The response contains a redirect URL which the consent provider should redirect the user-agent to.
168
168
  # @param logout_challenge [String]
169
169
  # @param [Hash] opts the optional parameters
@@ -216,7 +216,7 @@ module OryHydraClient
216
216
  return data, status_code, headers
217
217
  end
218
218
 
219
- # Generate a new JSON Web Key
219
+ # Generate a New JSON Web Key
220
220
  # This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created. A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
221
221
  # @param set [String] The set
222
222
  # @param [Hash] opts the optional parameters
@@ -227,7 +227,7 @@ module OryHydraClient
227
227
  data
228
228
  end
229
229
 
230
- # Generate a new JSON Web Key
230
+ # Generate a New JSON Web Key
231
231
  # This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created. A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.
232
232
  # @param set [String] The set
233
233
  # @param [Hash] opts the optional parameters
@@ -282,7 +282,7 @@ module OryHydraClient
282
282
  return data, status_code, headers
283
283
  end
284
284
 
285
- # Create an OAuth 2.0 client
285
+ # Create an OAuth 2.0 Client
286
286
  # Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated. The secret will be returned in the response and you will not be able to retrieve it later on. Write the secret down and keep it somwhere safe. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components.
287
287
  # @param body [OAuth2Client]
288
288
  # @param [Hash] opts the optional parameters
@@ -292,7 +292,7 @@ module OryHydraClient
292
292
  data
293
293
  end
294
294
 
295
- # Create an OAuth 2.0 client
295
+ # Create an OAuth 2.0 Client
296
296
  # Create a new OAuth 2.0 client If you pass `client_secret` the secret will be used, otherwise a random secret will be generated. The secret will be returned in the response and you will not be able to retrieve it later on. Write the secret down and keep it somwhere safe. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components.
297
297
  # @param body [OAuth2Client]
298
298
  # @param [Hash] opts the optional parameters
@@ -598,7 +598,7 @@ module OryHydraClient
598
598
  return data, status_code, headers
599
599
  end
600
600
 
601
- # Get consent request information
601
+ # Get Consent Request Information
602
602
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf. The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope (\"Application my-dropbox-app wants write access to all your private files\"). The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request.
603
603
  # @param consent_challenge [String]
604
604
  # @param [Hash] opts the optional parameters
@@ -608,7 +608,7 @@ module OryHydraClient
608
608
  data
609
609
  end
610
610
 
611
- # Get consent request information
611
+ # Get Consent Request Information
612
612
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf. The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope (\"Application my-dropbox-app wants write access to all your private files\"). The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request.
613
613
  # @param consent_challenge [String]
614
614
  # @param [Hash] opts the optional parameters
@@ -791,7 +791,7 @@ module OryHydraClient
791
791
  return data, status_code, headers
792
792
  end
793
793
 
794
- # Get a login request
794
+ # Get a Login Request
795
795
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate (\"show the subject a login screen\") a subject (in OAuth2 the proper name for subject is \"resource owner\"). The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
796
796
  # @param login_challenge [String]
797
797
  # @param [Hash] opts the optional parameters
@@ -801,7 +801,7 @@ module OryHydraClient
801
801
  data
802
802
  end
803
803
 
804
- # Get a login request
804
+ # Get a Login Request
805
805
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate (\"show the subject a login screen\") a subject (in OAuth2 the proper name for subject is \"resource owner\"). The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.
806
806
  # @param login_challenge [String]
807
807
  # @param [Hash] opts the optional parameters
@@ -854,7 +854,7 @@ module OryHydraClient
854
854
  return data, status_code, headers
855
855
  end
856
856
 
857
- # Get a logout request
857
+ # Get a Logout Request
858
858
  # Use this endpoint to fetch a logout request.
859
859
  # @param logout_challenge [String]
860
860
  # @param [Hash] opts the optional parameters
@@ -864,7 +864,7 @@ module OryHydraClient
864
864
  data
865
865
  end
866
866
 
867
- # Get a logout request
867
+ # Get a Logout Request
868
868
  # Use this endpoint to fetch a logout request.
869
869
  # @param logout_challenge [String]
870
870
  # @param [Hash] opts the optional parameters
@@ -979,7 +979,7 @@ module OryHydraClient
979
979
  return data, status_code, headers
980
980
  end
981
981
 
982
- # Get service version
982
+ # Get Service Version
983
983
  # This endpoint returns the service version typically notated using semantic versioning. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.
984
984
  # @param [Hash] opts the optional parameters
985
985
  # @return [Version]
@@ -988,7 +988,7 @@ module OryHydraClient
988
988
  data
989
989
  end
990
990
 
991
- # Get service version
991
+ # Get Service Version
992
992
  # This endpoint returns the service version typically notated using semantic versioning. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set.
993
993
  # @param [Hash] opts the optional parameters
994
994
  # @return [Array<(Version, Integer, Hash)>] Version data, response status code and response headers
@@ -1035,7 +1035,7 @@ module OryHydraClient
1035
1035
  return data, status_code, headers
1036
1036
  end
1037
1037
 
1038
- # Introspect OAuth2 tokens
1038
+ # Introspect OAuth2 Tokens
1039
1039
  # The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token is neither expired nor revoked. If a token is active, additional information on the token will be included. You can set additional data for a token by setting `accessTokenExtra` during the consent flow. For more information [read this blog post](https://www.oauth.com/oauth2-servers/token-introspection-endpoint/).
1040
1040
  # @param token [String] The string value of the token. For access tokens, this is the \\\&quot;access_token\\\&quot; value returned from the token endpoint defined in OAuth 2.0. For refresh tokens, this is the \\\&quot;refresh_token\\\&quot; value returned.
1041
1041
  # @param [Hash] opts the optional parameters
@@ -1046,7 +1046,7 @@ module OryHydraClient
1046
1046
  data
1047
1047
  end
1048
1048
 
1049
- # Introspect OAuth2 tokens
1049
+ # Introspect OAuth2 Tokens
1050
1050
  # The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token is neither expired nor revoked. If a token is active, additional information on the token will be included. You can set additional data for a token by setting &#x60;accessTokenExtra&#x60; during the consent flow. For more information [read this blog post](https://www.oauth.com/oauth2-servers/token-introspection-endpoint/).
1051
1051
  # @param token [String] The string value of the token. For access tokens, this is the \\\&quot;access_token\\\&quot; value returned from the token endpoint defined in OAuth 2.0. For refresh tokens, this is the \\\&quot;refresh_token\\\&quot; value returned.
1052
1052
  # @param [Hash] opts the optional parameters
@@ -1085,7 +1085,7 @@ module OryHydraClient
1085
1085
  return_type = opts[:return_type] || 'OAuth2TokenIntrospection'
1086
1086
 
1087
1087
  # auth_names
1088
- auth_names = opts[:auth_names] || ['basic', 'oauth2']
1088
+ auth_names = opts[:auth_names] || []
1089
1089
 
1090
1090
  new_options = opts.merge(
1091
1091
  :header_params => header_params,
@@ -1103,7 +1103,7 @@ module OryHydraClient
1103
1103
  return data, status_code, headers
1104
1104
  end
1105
1105
 
1106
- # Check alive status
1106
+ # Check Alive Status
1107
1107
  # This endpoint returns a 200 status code when the HTTP server is up running. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
1108
1108
  # @param [Hash] opts the optional parameters
1109
1109
  # @return [HealthStatus]
@@ -1112,7 +1112,7 @@ module OryHydraClient
1112
1112
  data
1113
1113
  end
1114
1114
 
1115
- # Check alive status
1115
+ # Check Alive Status
1116
1116
  # This endpoint returns a 200 status code when the HTTP server is up running. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the &#x60;X-Forwarded-Proto&#x60; header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
1117
1117
  # @param [Hash] opts the optional parameters
1118
1118
  # @return [Array<(HealthStatus, Integer, Hash)>] HealthStatus data, response status code and response headers
@@ -1221,7 +1221,7 @@ module OryHydraClient
1221
1221
  return data, status_code, headers
1222
1222
  end
1223
1223
 
1224
- # Lists all consent sessions of a subject
1224
+ # Lists All Consent Sessions of a Subject
1225
1225
  # This endpoint lists all subject's granted consent sessions, including client and granted scope. If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an empty JSON array with status code 200 OK. The \"Link\" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/oauth2/auth/sessions/consent?subject={user}&limit={limit}&offset={offset}>; rel=\"{page}\"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.
1226
1226
  # @param subject [String]
1227
1227
  # @param [Hash] opts the optional parameters
@@ -1231,7 +1231,7 @@ module OryHydraClient
1231
1231
  data
1232
1232
  end
1233
1233
 
1234
- # Lists all consent sessions of a subject
1234
+ # Lists All Consent Sessions of a Subject
1235
1235
  # This endpoint lists all subject&#39;s granted consent sessions, including client and granted scope. If the subject is unknown or has not granted any consent sessions yet, the endpoint returns an empty JSON array with status code 200 OK. The \&quot;Link\&quot; header is also included in successful responses, which contains one or more links for pagination, formatted like so: &#39;&lt;https://hydra-url/admin/oauth2/auth/sessions/consent?subject&#x3D;{user}&amp;limit&#x3D;{limit}&amp;offset&#x3D;{offset}&gt;; rel&#x3D;\&quot;{page}\&quot;&#39;, where page is one of the following applicable pages: &#39;first&#39;, &#39;next&#39;, &#39;last&#39;, and &#39;previous&#39;. Multiple links can be included in this header, and will be separated by a comma.
1236
1236
  # @param subject [String]
1237
1237
  # @param [Hash] opts the optional parameters
@@ -1338,7 +1338,7 @@ module OryHydraClient
1338
1338
  return data, status_code, headers
1339
1339
  end
1340
1340
 
1341
- # Reject a consent request
1341
+ # Reject a Consent Request
1342
1342
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf. The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope (\"Application my-dropbox-app wants write access to all your private files\"). The consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request. This endpoint tells ORY Hydra that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider must include a reason why the consent was not granted. The response contains a redirect URL which the consent provider should redirect the user-agent to.
1343
1343
  # @param consent_challenge [String]
1344
1344
  # @param [Hash] opts the optional parameters
@@ -1349,7 +1349,7 @@ module OryHydraClient
1349
1349
  data
1350
1350
  end
1351
1351
 
1352
- # Reject a consent request
1352
+ # Reject a Consent Request
1353
1353
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. If the subject authenticated, he/she must now be asked if the OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject&#39;s behalf. The consent provider which handles this request and is a web app implemented and hosted by you. It shows a subject interface which asks the subject to grant or deny the client access to the requested scope (\&quot;Application my-dropbox-app wants write access to all your private files\&quot;). The consent challenge is appended to the consent provider&#39;s URL to which the subject&#39;s user-agent (browser) is redirected to. The consent provider uses that challenge to fetch information on the OAuth2 request and then tells ORY Hydra if the subject accepted or rejected the request. This endpoint tells ORY Hydra that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf. The consent provider must include a reason why the consent was not granted. The response contains a redirect URL which the consent provider should redirect the user-agent to.
1354
1354
  # @param consent_challenge [String]
1355
1355
  # @param [Hash] opts the optional parameters
@@ -1405,7 +1405,7 @@ module OryHydraClient
1405
1405
  return data, status_code, headers
1406
1406
  end
1407
1407
 
1408
- # Reject a login request
1408
+ # Reject a Login Request
1409
1409
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate (\"show the subject a login screen\") a subject (in OAuth2 the proper name for subject is \"resource owner\"). The authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process. This endpoint tells ORY Hydra that the subject has not authenticated and includes a reason why the authentication was be denied. The response contains a redirect URL which the login provider should redirect the user-agent to.
1410
1410
  # @param login_challenge [String]
1411
1411
  # @param [Hash] opts the optional parameters
@@ -1416,7 +1416,7 @@ module OryHydraClient
1416
1416
  data
1417
1417
  end
1418
1418
 
1419
- # Reject a login request
1419
+ # Reject a Login Request
1420
1420
  # When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \&quot;identity provider\&quot;) to authenticate the subject and then tell ORY Hydra now about it. The login provider is an web-app you write and host, and it must be able to authenticate (\&quot;show the subject a login screen\&quot;) a subject (in OAuth2 the proper name for subject is \&quot;resource owner\&quot;). The authentication challenge is appended to the login provider URL to which the subject&#39;s user-agent (browser) is redirected to. The login provider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process. This endpoint tells ORY Hydra that the subject has not authenticated and includes a reason why the authentication was be denied. The response contains a redirect URL which the login provider should redirect the user-agent to.
1421
1421
  # @param login_challenge [String]
1422
1422
  # @param [Hash] opts the optional parameters
@@ -1472,7 +1472,7 @@ module OryHydraClient
1472
1472
  return data, status_code, headers
1473
1473
  end
1474
1474
 
1475
- # Reject a logout request
1475
+ # Reject a Logout Request
1476
1476
  # When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request. No body is required. The response is empty as the logout provider has to chose what action to perform next.
1477
1477
  # @param logout_challenge [String]
1478
1478
  # @param [Hash] opts the optional parameters
@@ -1483,7 +1483,7 @@ module OryHydraClient
1483
1483
  nil
1484
1484
  end
1485
1485
 
1486
- # Reject a logout request
1486
+ # Reject a Logout Request
1487
1487
  # When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request. No body is required. The response is empty as the logout provider has to chose what action to perform next.
1488
1488
  # @param logout_challenge [String]
1489
1489
  # @param [Hash] opts the optional parameters
@@ -1539,7 +1539,7 @@ module OryHydraClient
1539
1539
  return data, status_code, headers
1540
1540
  end
1541
1541
 
1542
- # Invalidates all login sessions of a certain user Invalidates a subject's authentication session
1542
+ # Invalidates All Login Sessions of a Certain User Invalidates a Subject's Authentication Session
1543
1543
  # This endpoint invalidates a subject's authentication session. After revoking the authentication session, the subject has to re-authenticate at ORY Hydra. This endpoint does not invalidate any tokens and does not work with OpenID Connect Front- or Back-channel logout.
1544
1544
  # @param subject [String]
1545
1545
  # @param [Hash] opts the optional parameters
@@ -1549,7 +1549,7 @@ module OryHydraClient
1549
1549
  nil
1550
1550
  end
1551
1551
 
1552
- # Invalidates all login sessions of a certain user Invalidates a subject&#39;s authentication session
1552
+ # Invalidates All Login Sessions of a Certain User Invalidates a Subject&#39;s Authentication Session
1553
1553
  # This endpoint invalidates a subject&#39;s authentication session. After revoking the authentication session, the subject has to re-authenticate at ORY Hydra. This endpoint does not invalidate any tokens and does not work with OpenID Connect Front- or Back-channel logout.
1554
1554
  # @param subject [String]
1555
1555
  # @param [Hash] opts the optional parameters
@@ -1602,7 +1602,7 @@ module OryHydraClient
1602
1602
  return data, status_code, headers
1603
1603
  end
1604
1604
 
1605
- # Revokes consent sessions of a subject for a specific OAuth 2.0 Client
1605
+ # Revokes Consent Sessions of a Subject for a Specific OAuth 2.0 Client
1606
1606
  # This endpoint revokes a subject's granted consent sessions for a specific OAuth 2.0 Client and invalidates all associated OAuth 2.0 Access Tokens.
1607
1607
  # @param subject [String] The subject (Subject) who&#39;s consent sessions should be deleted.
1608
1608
  # @param [Hash] opts the optional parameters
@@ -1614,7 +1614,7 @@ module OryHydraClient
1614
1614
  nil
1615
1615
  end
1616
1616
 
1617
- # Revokes consent sessions of a subject for a specific OAuth 2.0 Client
1617
+ # Revokes Consent Sessions of a Subject for a Specific OAuth 2.0 Client
1618
1618
  # This endpoint revokes a subject&#39;s granted consent sessions for a specific OAuth 2.0 Client and invalidates all associated OAuth 2.0 Access Tokens.
1619
1619
  # @param subject [String] The subject (Subject) who&#39;s consent sessions should be deleted.
1620
1620
  # @param [Hash] opts the optional 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.0
6
+ The version of the OpenAPI document: v1.7.3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -19,7 +19,7 @@ module OryHydraClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # OpenID Connect Front-Backchannel enabled Logout
22
+ # OpenID Connect Front-Backchannel Enabled Logout
23
23
  # This endpoint initiates and completes user logout at ORY Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @return [nil]
@@ -28,7 +28,7 @@ module OryHydraClient
28
28
  nil
29
29
  end
30
30
 
31
- # OpenID Connect Front-Backchannel enabled Logout
31
+ # OpenID Connect Front-Backchannel Enabled Logout
32
32
  # This endpoint initiates and completes user logout at ORY Hydra and initiates OpenID Connect Front-/Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html
33
33
  # @param [Hash] opts the optional parameters
34
34
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -129,7 +129,7 @@ module OryHydraClient
129
129
  return data, status_code, headers
130
130
  end
131
131
 
132
- # Check readiness status
132
+ # Check Readiness Status
133
133
  # This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g. the database) are responsive as well. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
134
134
  # @param [Hash] opts the optional parameters
135
135
  # @return [HealthStatus]
@@ -138,7 +138,7 @@ module OryHydraClient
138
138
  data
139
139
  end
140
140
 
141
- # Check readiness status
141
+ # Check Readiness Status
142
142
  # This endpoint returns a 200 status code when the HTTP server is up running and the environment dependencies (e.g. the database) are responsive as well. If the service supports TLS Edge Termination, this endpoint does not require the &#x60;X-Forwarded-Proto&#x60; header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
143
143
  # @param [Hash] opts the optional parameters
144
144
  # @return [Array<(HealthStatus, Integer, Hash)>] HealthStatus data, response status code and response headers
@@ -185,7 +185,7 @@ module OryHydraClient
185
185
  return data, status_code, headers
186
186
  end
187
187
 
188
- # The OAuth 2.0 token endpoint
188
+ # The OAuth 2.0 Token Endpoint
189
189
  # The client makes a request to the token endpoint by sending the following parameters using the \"application/x-www-form-urlencoded\" HTTP request entity-body. > Do not implement a client for this endpoint yourself. Use a library. There are many libraries > available for any programming language. You can find a list of libraries here: https://oauth.net/code/ > > Do note that Hydra SDK does not implement this endpoint properly. Use one of the libraries listed above!
190
190
  # @param grant_type [String]
191
191
  # @param [Hash] opts the optional parameters
@@ -199,7 +199,7 @@ module OryHydraClient
199
199
  data
200
200
  end
201
201
 
202
- # The OAuth 2.0 token endpoint
202
+ # The OAuth 2.0 Token Endpoint
203
203
  # The client makes a request to the token endpoint by sending the following parameters using the \&quot;application/x-www-form-urlencoded\&quot; HTTP request entity-body. &gt; Do not implement a client for this endpoint yourself. Use a library. There are many libraries &gt; available for any programming language. You can find a list of libraries here: https://oauth.net/code/ &gt; &gt; Do note that Hydra SDK does not implement this endpoint properly. Use one of the libraries listed above!
204
204
  # @param grant_type [String]
205
205
  # @param [Hash] opts the optional parameters
@@ -262,7 +262,7 @@ module OryHydraClient
262
262
  return data, status_code, headers
263
263
  end
264
264
 
265
- # The OAuth 2.0 authorize endpoint
265
+ # The OAuth 2.0 Authorize Endpoint
266
266
  # This endpoint is not documented here because you should never use your own implementation to perform OAuth2 flows. OAuth2 is a very popular protocol and a library for your programming language will exists. To learn more about this flow please refer to the specification: https://tools.ietf.org/html/rfc6749
267
267
  # @param [Hash] opts the optional parameters
268
268
  # @return [nil]
@@ -271,7 +271,7 @@ module OryHydraClient
271
271
  nil
272
272
  end
273
273
 
274
- # The OAuth 2.0 authorize endpoint
274
+ # The OAuth 2.0 Authorize Endpoint
275
275
  # This endpoint is not documented here because you should never use your own implementation to perform OAuth2 flows. OAuth2 is a very popular protocol and a library for your programming language will exists. To learn more about this flow please refer to the specification: https://tools.ietf.org/html/rfc6749
276
276
  # @param [Hash] opts the optional parameters
277
277
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -318,7 +318,7 @@ module OryHydraClient
318
318
  return data, status_code, headers
319
319
  end
320
320
 
321
- # Revoke OAuth2 tokens
321
+ # Revoke OAuth2 Tokens
322
322
  # Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no longer be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token. Revoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by the client the token was generated for.
323
323
  # @param token [String]
324
324
  # @param [Hash] opts the optional parameters
@@ -328,7 +328,7 @@ module OryHydraClient
328
328
  nil
329
329
  end
330
330
 
331
- # Revoke OAuth2 tokens
331
+ # Revoke OAuth2 Tokens
332
332
  # Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no longer be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token. Revoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by the client the token was generated for.
333
333
  # @param token [String]
334
334
  # @param [Hash] opts the optional parameters