ory-hydra-client 0.0.0.alpha39 → 0.0.0.alpha56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/lib/ory-hydra-client.rb +1 -1
  4. data/lib/ory-hydra-client/api/admin_api.rb +1 -1
  5. data/lib/ory-hydra-client/api/public_api.rb +1 -1
  6. data/lib/ory-hydra-client/api_client.rb +1 -1
  7. data/lib/ory-hydra-client/api_error.rb +1 -1
  8. data/lib/ory-hydra-client/configuration.rb +1 -1
  9. data/lib/ory-hydra-client/models/accept_consent_request.rb +1 -1
  10. data/lib/ory-hydra-client/models/accept_login_request.rb +1 -1
  11. data/lib/ory-hydra-client/models/completed_request.rb +1 -1
  12. data/lib/ory-hydra-client/models/consent_request.rb +1 -1
  13. data/lib/ory-hydra-client/models/consent_request_session.rb +1 -1
  14. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +1 -1
  15. data/lib/ory-hydra-client/models/generic_error.rb +1 -1
  16. data/lib/ory-hydra-client/models/health_not_ready_status.rb +1 -1
  17. data/lib/ory-hydra-client/models/health_status.rb +1 -1
  18. data/lib/ory-hydra-client/models/json_web_key.rb +1 -1
  19. data/lib/ory-hydra-client/models/json_web_key_set.rb +1 -1
  20. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +1 -1
  21. data/lib/ory-hydra-client/models/login_request.rb +1 -1
  22. data/lib/ory-hydra-client/models/logout_request.rb +1 -1
  23. data/lib/ory-hydra-client/models/o_auth2_client.rb +1 -1
  24. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +1 -1
  25. data/lib/ory-hydra-client/models/oauth2_token_response.rb +1 -1
  26. data/lib/ory-hydra-client/models/oauth_token_response.rb +1 -1
  27. data/lib/ory-hydra-client/models/open_id_connect_context.rb +1 -1
  28. data/lib/ory-hydra-client/models/previous_consent_session.rb +1 -1
  29. data/lib/ory-hydra-client/models/reject_request.rb +1 -1
  30. data/lib/ory-hydra-client/models/userinfo_response.rb +1 -1
  31. data/lib/ory-hydra-client/models/version.rb +1 -1
  32. data/lib/ory-hydra-client/models/well_known.rb +1 -1
  33. data/lib/ory-hydra-client/version.rb +2 -2
  34. data/ory-hydra-client.gemspec +1 -1
  35. metadata +30 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bab0c4f764bb77dd7606ec35066d047d8fb1778781f97a8a44a32dd0f35dc065
4
- data.tar.gz: f6b523fd5a0785b0ef8ea70bc22ec865476fbb898515d0bfecb93873b1864f1a
3
+ metadata.gz: 7a8d979646ddee2b8928e9ec943848f7c07dfe15f11275114b2a7ac3607c4b52
4
+ data.tar.gz: c232d6eb256756754217a04b9e22c258b4413c446d65788d3652cb5efd14adb1
5
5
  SHA512:
6
- metadata.gz: bf9c330bb64a46e50726e095f430a6b4076f715d25c69b9633cc3e457a739892cb42311e6b43bf0300b54f389faf91c611c7ee6b096cf582e848c8ab421ba0b3
7
- data.tar.gz: 0520dc00fa10679ec5dabdc1aedc4092f561b32388d3867d6e937833e2b8291131f955ffee6e211481c13f16370e7d3de106c36031d02aedf5bfcca1545db3a3
6
+ metadata.gz: 79613759fd80bc50183100e98675e12387a245f8cff60c032a733594d2dffee954844f41fbf4c5f96de9584b2e73f4bd930698fcdfd36f69048963bfd7f97cb6
7
+ data.tar.gz: d5231f43fffdec67c836f47bb9c3332bb97cff9181d34b038f823ab1e7f240b57d9c45fbbf6628535e3caf9120a3f354c4c029c7591642263c6ef43d917489cb
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: v0.0.0-alpha.39
10
- - Package version: v0.0.0-alpha.39
9
+ - API version: v0.0.0-alpha.40
10
+ - Package version: v0.0.0-alpha.56
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-v0.0.0-alpha.39.gem
26
+ gem install ./ory-hydra-client-v0.0.0-alpha.56.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v0.0.0-alpha.39.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v0.0.0-alpha.56.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', '~> v0.0.0-alpha.39'
35
+ gem 'ory-hydra-client', '~> v0.0.0-alpha.56'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: v0.0.0-alpha.39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -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: 0.0.0.alpha39
6
+ The version of the OpenAPI document: v0.0.0-alpha.40
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '0.0.0.alpha39'
14
+ VERSION = '0.0.0.alpha56'
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: v0.0.0-alpha.39
8
+ The version of the OpenAPI document: v0.0.0-alpha.40
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 4.2.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ory-hydra-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.alpha39
4
+ version: 0.0.0.alpha56
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
@@ -34,42 +34,42 @@ dependencies:
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: 2.1.0
40
37
  - - "~>"
41
38
  - !ruby/object:Gem::Version
42
39
  version: '2.1'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.1.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 2.1.0
50
47
  - - "~>"
51
48
  - !ruby/object:Gem::Version
52
49
  version: '2.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.1.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: 3.6.0
60
57
  - - "~>"
61
58
  - !ruby/object:Gem::Version
62
59
  version: '3.6'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 3.6.0
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: 3.6.0
70
67
  - - "~>"
71
68
  - !ruby/object:Gem::Version
72
69
  version: '3.6'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.6.0
73
73
  description: Welcome to the ORY Hydra HTTP API documentation. You will find documentation
74
74
  for all HTTP APIs here.
75
75
  email:
@@ -187,37 +187,38 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: 1.3.1
189
189
  requirements: []
190
- rubygems_version: 3.0.3
190
+ rubyforge_project:
191
+ rubygems_version: 2.7.6.2
191
192
  signing_key:
192
193
  specification_version: 4
193
194
  summary: ORY Hydra Ruby Gem
194
195
  test_files:
195
- - spec/api/public_api_spec.rb
196
196
  - spec/api/admin_api_spec.rb
197
+ - spec/api/public_api_spec.rb
197
198
  - spec/api_client_spec.rb
198
199
  - spec/configuration_spec.rb
199
200
  - spec/models/generic_error_spec.rb
200
201
  - spec/models/json_web_key_set_spec.rb
202
+ - spec/models/logout_request_spec.rb
203
+ - spec/models/json_web_key_set_generator_request_spec.rb
201
204
  - spec/models/login_request_spec.rb
202
- - spec/models/health_not_ready_status_spec.rb
203
- - spec/models/accept_consent_request_spec.rb
204
- - spec/models/oauth_token_response_spec.rb
205
- - spec/models/health_status_spec.rb
206
- - spec/models/consent_request_spec.rb
207
- - spec/models/version_spec.rb
208
- - spec/models/o_auth2_client_spec.rb
209
205
  - spec/models/open_id_connect_context_spec.rb
210
206
  - spec/models/o_auth2_token_introspection_spec.rb
207
+ - spec/models/oauth2_token_response_spec.rb
208
+ - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
209
+ - spec/models/oauth_token_response_spec.rb
210
+ - spec/models/version_spec.rb
211
+ - spec/models/health_not_ready_status_spec.rb
212
+ - spec/models/well_known_spec.rb
211
213
  - spec/models/accept_login_request_spec.rb
214
+ - spec/models/health_status_spec.rb
212
215
  - spec/models/json_web_key_spec.rb
213
- - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
214
- - spec/models/completed_request_spec.rb
215
216
  - spec/models/reject_request_spec.rb
216
- - spec/models/oauth2_token_response_spec.rb
217
- - spec/models/logout_request_spec.rb
218
- - spec/models/consent_request_session_spec.rb
219
- - spec/models/json_web_key_set_generator_request_spec.rb
217
+ - spec/models/completed_request_spec.rb
220
218
  - spec/models/previous_consent_session_spec.rb
221
- - spec/models/well_known_spec.rb
219
+ - spec/models/accept_consent_request_spec.rb
220
+ - spec/models/consent_request_session_spec.rb
222
221
  - spec/models/userinfo_response_spec.rb
222
+ - spec/models/consent_request_spec.rb
223
+ - spec/models/o_auth2_client_spec.rb
223
224
  - spec/spec_helper.rb