ory-hydra-client 0.0.0.alpha63 → 1.2.0.alpha2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +37 -45
- data/docs/AcceptConsentRequest.md +2 -4
- data/docs/AcceptLoginRequest.md +1 -1
- data/docs/AdminApi.md +70 -110
- data/docs/AttributeTypeAndValue.md +19 -0
- data/docs/Certificate.md +101 -0
- data/docs/CompletedRequest.md +1 -1
- data/docs/ConsentRequest.md +4 -4
- data/docs/ConsentRequestSession.md +2 -2
- data/docs/Extension.md +21 -0
- data/docs/IPNet.md +19 -0
- data/docs/JSONWebKey.md +12 -12
- data/docs/LoginRequest.md +7 -7
- data/docs/Name.md +27 -0
- data/docs/OAuth2Client.md +11 -13
- data/docs/OAuth2TokenIntrospection.md +3 -5
- data/docs/Oauth2TokenResponse.md +6 -6
- data/docs/OpenIDConnectContext.md +1 -1
- data/docs/PreviousConsentSession.md +2 -4
- data/docs/PublicApi.md +15 -15
- data/docs/RejectRequest.md +5 -5
- data/docs/URL.md +33 -0
- data/docs/WellKnown.md +1 -3
- data/lib/ory-hydra-client.rb +9 -16
- data/lib/ory-hydra-client/api/admin_api.rb +47 -113
- data/lib/ory-hydra-client/api/public_api.rb +12 -12
- data/lib/ory-hydra-client/api_client.rb +7 -9
- data/lib/ory-hydra-client/api_error.rb +2 -2
- data/lib/ory-hydra-client/configuration.rb +2 -2
- data/lib/ory-hydra-client/models/accept_consent_request.rb +5 -12
- data/lib/ory-hydra-client/models/accept_login_request.rb +7 -4
- data/lib/ory-hydra-client/models/{plugin_config_rootfs.rb → attribute_type_and_value.rb} +21 -22
- data/lib/ory-hydra-client/models/certificate.rb +683 -0
- data/lib/ory-hydra-client/models/completed_request.rb +2 -7
- data/lib/ory-hydra-client/models/consent_request.rb +10 -10
- data/lib/ory-hydra-client/models/consent_request_session.rb +10 -6
- data/lib/ory-hydra-client/models/{plugin_config_network.rb → extension.rb} +37 -19
- data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +2 -2
- data/lib/ory-hydra-client/models/generic_error.rb +2 -2
- data/lib/ory-hydra-client/models/health_not_ready_status.rb +2 -2
- data/lib/ory-hydra-client/models/health_status.rb +2 -2
- data/lib/ory-hydra-client/models/{plugin_config_user.rb → ip_net.rb} +23 -21
- data/lib/ory-hydra-client/models/json_web_key.rb +15 -3
- data/lib/ory-hydra-client/models/json_web_key_set.rb +3 -3
- data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +3 -2
- data/lib/ory-hydra-client/models/login_request.rb +5 -38
- data/lib/ory-hydra-client/models/logout_request.rb +2 -2
- data/lib/ory-hydra-client/models/{plugin_settings.rb → name.rb} +61 -58
- data/lib/ory-hydra-client/models/o_auth2_client.rb +14 -15
- data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +9 -17
- data/lib/ory-hydra-client/models/oauth2_token_response.rb +8 -2
- data/lib/ory-hydra-client/models/oauth_token_response.rb +2 -2
- data/lib/ory-hydra-client/models/open_id_connect_context.rb +6 -4
- data/lib/ory-hydra-client/models/previous_consent_session.rb +6 -13
- data/lib/ory-hydra-client/models/reject_request.rb +7 -7
- data/lib/ory-hydra-client/models/{plugin_device.rb → url.rb} +77 -49
- data/lib/ory-hydra-client/models/userinfo_response.rb +3 -3
- data/lib/ory-hydra-client/models/version.rb +3 -2
- data/lib/ory-hydra-client/models/well_known.rb +3 -15
- data/lib/ory-hydra-client/version.rb +3 -3
- data/ory-hydra-client.gemspec +2 -2
- data/spec/models/{plugin_config_rootfs_spec.rb → attribute_type_and_value_spec.rb} +9 -9
- data/spec/models/certificate_spec.rb +293 -0
- data/spec/models/{plugin_interface_type_spec.rb → extension_spec.rb} +10 -10
- data/spec/models/{plugin_config_user_spec.rb → ip_net_spec.rb} +9 -9
- data/spec/models/{plugin_mount_spec.rb → name_spec.rb} +13 -19
- data/spec/models/url_spec.rb +89 -0
- metadata +43 -75
- data/docs/ContainerWaitOKBodyError.md +0 -17
- data/docs/PluginConfig.md +0 -47
- data/docs/PluginConfigArgs.md +0 -23
- data/docs/PluginConfigInterface.md +0 -19
- data/docs/PluginConfigLinux.md +0 -21
- data/docs/PluginConfigNetwork.md +0 -17
- data/docs/PluginConfigRootfs.md +0 -19
- data/docs/PluginConfigUser.md +0 -19
- data/docs/PluginDevice.md +0 -23
- data/docs/PluginEnv.md +0 -23
- data/docs/PluginInterfaceType.md +0 -21
- data/docs/PluginMount.md +0 -29
- data/docs/PluginSettings.md +0 -23
- data/docs/VolumeUsageData.md +0 -19
- data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +0 -208
- data/lib/ory-hydra-client/models/plugin_config.rb +0 -422
- data/lib/ory-hydra-client/models/plugin_config_args.rb +0 -262
- data/lib/ory-hydra-client/models/plugin_config_interface.rb +0 -230
- data/lib/ory-hydra-client/models/plugin_config_linux.rb +0 -247
- data/lib/ory-hydra-client/models/plugin_env.rb +0 -260
- data/lib/ory-hydra-client/models/plugin_interface_type.rb +0 -243
- data/lib/ory-hydra-client/models/plugin_mount.rb +0 -307
- data/lib/ory-hydra-client/models/volume_usage_data.rb +0 -228
- data/spec/models/container_wait_ok_body_error_spec.rb +0 -41
- data/spec/models/plugin_config_args_spec.rb +0 -59
- data/spec/models/plugin_config_interface_spec.rb +0 -47
- data/spec/models/plugin_config_linux_spec.rb +0 -53
- data/spec/models/plugin_config_network_spec.rb +0 -41
- data/spec/models/plugin_config_spec.rb +0 -131
- data/spec/models/plugin_device_spec.rb +0 -59
- data/spec/models/plugin_env_spec.rb +0 -59
- data/spec/models/plugin_settings_spec.rb +0 -59
- data/spec/models/volume_usage_data_spec.rb +0 -47
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: latest
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,37 +14,37 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for OryHydraClient::
|
|
17
|
+
# Unit tests for OryHydraClient::Extension
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'Extension' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = OryHydraClient::
|
|
23
|
+
@instance = OryHydraClient::Extension.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(OryHydraClient::
|
|
30
|
+
describe 'test an instance of Extension' do
|
|
31
|
+
it 'should create an instance of Extension' do
|
|
32
|
+
expect(@instance).to be_instance_of(OryHydraClient::Extension)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "critical"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "id"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "value"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: latest
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,31 +14,31 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for OryHydraClient::
|
|
17
|
+
# Unit tests for OryHydraClient::IPNet
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'IPNet' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = OryHydraClient::
|
|
23
|
+
@instance = OryHydraClient::IPNet.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(OryHydraClient::
|
|
30
|
+
describe 'test an instance of IPNet' do
|
|
31
|
+
it 'should create an instance of IPNet' do
|
|
32
|
+
expect(@instance).to be_instance_of(OryHydraClient::IPNet)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "ip"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "mask"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: latest
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -14,61 +14,55 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for OryHydraClient::
|
|
17
|
+
# Unit tests for OryHydraClient::Name
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'Name' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = OryHydraClient::
|
|
23
|
+
@instance = OryHydraClient::Name.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(OryHydraClient::
|
|
30
|
+
describe 'test an instance of Name' do
|
|
31
|
+
it 'should create an instance of Name' do
|
|
32
|
+
expect(@instance).to be_instance_of(OryHydraClient::Name)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "country"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "extra_names"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "locality"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "names"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "serial_number"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
66
|
-
it 'should work' do
|
|
67
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
-
end
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
describe 'test attribute "type"' do
|
|
65
|
+
describe 'test attribute "street_address"' do
|
|
72
66
|
it 'should work' do
|
|
73
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
68
|
end
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#ORY Hydra
|
|
3
|
+
|
|
4
|
+
#Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: latest
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for OryHydraClient::URL
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'URL' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = OryHydraClient::URL.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of URL' do
|
|
31
|
+
it 'should create an instance of URL' do
|
|
32
|
+
expect(@instance).to be_instance_of(OryHydraClient::URL)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "force_query"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "fragment"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "host"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
describe 'test attribute "opaque"' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
describe 'test attribute "path"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
describe 'test attribute "raw_path"' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
describe 'test attribute "raw_query"' do
|
|
72
|
+
it 'should work' do
|
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
describe 'test attribute "scheme"' do
|
|
78
|
+
it 'should work' do
|
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
describe 'test attribute "user"' do
|
|
84
|
+
it 'should work' do
|
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
|
+
end
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
end
|
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:
|
|
4
|
+
version: 1.2.0.alpha2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ORY GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -84,42 +84,34 @@ files:
|
|
|
84
84
|
- docs/AcceptConsentRequest.md
|
|
85
85
|
- docs/AcceptLoginRequest.md
|
|
86
86
|
- docs/AdminApi.md
|
|
87
|
+
- docs/AttributeTypeAndValue.md
|
|
88
|
+
- docs/Certificate.md
|
|
87
89
|
- docs/CompletedRequest.md
|
|
88
90
|
- docs/ConsentRequest.md
|
|
89
91
|
- docs/ConsentRequestSession.md
|
|
90
|
-
- docs/
|
|
92
|
+
- docs/Extension.md
|
|
91
93
|
- docs/FlushInactiveOAuth2TokensRequest.md
|
|
92
94
|
- docs/GenericError.md
|
|
93
95
|
- docs/HealthNotReadyStatus.md
|
|
94
96
|
- docs/HealthStatus.md
|
|
97
|
+
- docs/IPNet.md
|
|
95
98
|
- docs/JSONWebKey.md
|
|
96
99
|
- docs/JSONWebKeySet.md
|
|
97
100
|
- docs/JsonWebKeySetGeneratorRequest.md
|
|
98
101
|
- docs/LoginRequest.md
|
|
99
102
|
- docs/LogoutRequest.md
|
|
103
|
+
- docs/Name.md
|
|
100
104
|
- docs/OAuth2Client.md
|
|
101
105
|
- docs/OAuth2TokenIntrospection.md
|
|
102
106
|
- docs/Oauth2TokenResponse.md
|
|
103
107
|
- docs/OauthTokenResponse.md
|
|
104
108
|
- docs/OpenIDConnectContext.md
|
|
105
|
-
- docs/PluginConfig.md
|
|
106
|
-
- docs/PluginConfigArgs.md
|
|
107
|
-
- docs/PluginConfigInterface.md
|
|
108
|
-
- docs/PluginConfigLinux.md
|
|
109
|
-
- docs/PluginConfigNetwork.md
|
|
110
|
-
- docs/PluginConfigRootfs.md
|
|
111
|
-
- docs/PluginConfigUser.md
|
|
112
|
-
- docs/PluginDevice.md
|
|
113
|
-
- docs/PluginEnv.md
|
|
114
|
-
- docs/PluginInterfaceType.md
|
|
115
|
-
- docs/PluginMount.md
|
|
116
|
-
- docs/PluginSettings.md
|
|
117
109
|
- docs/PreviousConsentSession.md
|
|
118
110
|
- docs/PublicApi.md
|
|
119
111
|
- docs/RejectRequest.md
|
|
112
|
+
- docs/URL.md
|
|
120
113
|
- docs/UserinfoResponse.md
|
|
121
114
|
- docs/Version.md
|
|
122
|
-
- docs/VolumeUsageData.md
|
|
123
115
|
- docs/WellKnown.md
|
|
124
116
|
- lib/ory-hydra-client.rb
|
|
125
117
|
- lib/ory-hydra-client/api/admin_api.rb
|
|
@@ -129,41 +121,33 @@ files:
|
|
|
129
121
|
- lib/ory-hydra-client/configuration.rb
|
|
130
122
|
- lib/ory-hydra-client/models/accept_consent_request.rb
|
|
131
123
|
- lib/ory-hydra-client/models/accept_login_request.rb
|
|
124
|
+
- lib/ory-hydra-client/models/attribute_type_and_value.rb
|
|
125
|
+
- lib/ory-hydra-client/models/certificate.rb
|
|
132
126
|
- lib/ory-hydra-client/models/completed_request.rb
|
|
133
127
|
- lib/ory-hydra-client/models/consent_request.rb
|
|
134
128
|
- lib/ory-hydra-client/models/consent_request_session.rb
|
|
135
|
-
- lib/ory-hydra-client/models/
|
|
129
|
+
- lib/ory-hydra-client/models/extension.rb
|
|
136
130
|
- lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb
|
|
137
131
|
- lib/ory-hydra-client/models/generic_error.rb
|
|
138
132
|
- lib/ory-hydra-client/models/health_not_ready_status.rb
|
|
139
133
|
- lib/ory-hydra-client/models/health_status.rb
|
|
134
|
+
- lib/ory-hydra-client/models/ip_net.rb
|
|
140
135
|
- lib/ory-hydra-client/models/json_web_key.rb
|
|
141
136
|
- lib/ory-hydra-client/models/json_web_key_set.rb
|
|
142
137
|
- lib/ory-hydra-client/models/json_web_key_set_generator_request.rb
|
|
143
138
|
- lib/ory-hydra-client/models/login_request.rb
|
|
144
139
|
- lib/ory-hydra-client/models/logout_request.rb
|
|
140
|
+
- lib/ory-hydra-client/models/name.rb
|
|
145
141
|
- lib/ory-hydra-client/models/o_auth2_client.rb
|
|
146
142
|
- lib/ory-hydra-client/models/o_auth2_token_introspection.rb
|
|
147
143
|
- lib/ory-hydra-client/models/oauth2_token_response.rb
|
|
148
144
|
- lib/ory-hydra-client/models/oauth_token_response.rb
|
|
149
145
|
- lib/ory-hydra-client/models/open_id_connect_context.rb
|
|
150
|
-
- lib/ory-hydra-client/models/plugin_config.rb
|
|
151
|
-
- lib/ory-hydra-client/models/plugin_config_args.rb
|
|
152
|
-
- lib/ory-hydra-client/models/plugin_config_interface.rb
|
|
153
|
-
- lib/ory-hydra-client/models/plugin_config_linux.rb
|
|
154
|
-
- lib/ory-hydra-client/models/plugin_config_network.rb
|
|
155
|
-
- lib/ory-hydra-client/models/plugin_config_rootfs.rb
|
|
156
|
-
- lib/ory-hydra-client/models/plugin_config_user.rb
|
|
157
|
-
- lib/ory-hydra-client/models/plugin_device.rb
|
|
158
|
-
- lib/ory-hydra-client/models/plugin_env.rb
|
|
159
|
-
- lib/ory-hydra-client/models/plugin_interface_type.rb
|
|
160
|
-
- lib/ory-hydra-client/models/plugin_mount.rb
|
|
161
|
-
- lib/ory-hydra-client/models/plugin_settings.rb
|
|
162
146
|
- lib/ory-hydra-client/models/previous_consent_session.rb
|
|
163
147
|
- lib/ory-hydra-client/models/reject_request.rb
|
|
148
|
+
- lib/ory-hydra-client/models/url.rb
|
|
164
149
|
- lib/ory-hydra-client/models/userinfo_response.rb
|
|
165
150
|
- lib/ory-hydra-client/models/version.rb
|
|
166
|
-
- lib/ory-hydra-client/models/volume_usage_data.rb
|
|
167
151
|
- lib/ory-hydra-client/models/well_known.rb
|
|
168
152
|
- lib/ory-hydra-client/version.rb
|
|
169
153
|
- ory-hydra-client.gemspec
|
|
@@ -173,41 +157,33 @@ files:
|
|
|
173
157
|
- spec/configuration_spec.rb
|
|
174
158
|
- spec/models/accept_consent_request_spec.rb
|
|
175
159
|
- spec/models/accept_login_request_spec.rb
|
|
160
|
+
- spec/models/attribute_type_and_value_spec.rb
|
|
161
|
+
- spec/models/certificate_spec.rb
|
|
176
162
|
- spec/models/completed_request_spec.rb
|
|
177
163
|
- spec/models/consent_request_session_spec.rb
|
|
178
164
|
- spec/models/consent_request_spec.rb
|
|
179
|
-
- spec/models/
|
|
165
|
+
- spec/models/extension_spec.rb
|
|
180
166
|
- spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
|
|
181
167
|
- spec/models/generic_error_spec.rb
|
|
182
168
|
- spec/models/health_not_ready_status_spec.rb
|
|
183
169
|
- spec/models/health_status_spec.rb
|
|
170
|
+
- spec/models/ip_net_spec.rb
|
|
184
171
|
- spec/models/json_web_key_set_generator_request_spec.rb
|
|
185
172
|
- spec/models/json_web_key_set_spec.rb
|
|
186
173
|
- spec/models/json_web_key_spec.rb
|
|
187
174
|
- spec/models/login_request_spec.rb
|
|
188
175
|
- spec/models/logout_request_spec.rb
|
|
176
|
+
- spec/models/name_spec.rb
|
|
189
177
|
- spec/models/o_auth2_client_spec.rb
|
|
190
178
|
- spec/models/o_auth2_token_introspection_spec.rb
|
|
191
179
|
- spec/models/oauth2_token_response_spec.rb
|
|
192
180
|
- spec/models/oauth_token_response_spec.rb
|
|
193
181
|
- spec/models/open_id_connect_context_spec.rb
|
|
194
|
-
- spec/models/plugin_config_args_spec.rb
|
|
195
|
-
- spec/models/plugin_config_interface_spec.rb
|
|
196
|
-
- spec/models/plugin_config_linux_spec.rb
|
|
197
|
-
- spec/models/plugin_config_network_spec.rb
|
|
198
|
-
- spec/models/plugin_config_rootfs_spec.rb
|
|
199
|
-
- spec/models/plugin_config_spec.rb
|
|
200
|
-
- spec/models/plugin_config_user_spec.rb
|
|
201
|
-
- spec/models/plugin_device_spec.rb
|
|
202
|
-
- spec/models/plugin_env_spec.rb
|
|
203
|
-
- spec/models/plugin_interface_type_spec.rb
|
|
204
|
-
- spec/models/plugin_mount_spec.rb
|
|
205
|
-
- spec/models/plugin_settings_spec.rb
|
|
206
182
|
- spec/models/previous_consent_session_spec.rb
|
|
207
183
|
- spec/models/reject_request_spec.rb
|
|
184
|
+
- spec/models/url_spec.rb
|
|
208
185
|
- spec/models/userinfo_response_spec.rb
|
|
209
186
|
- spec/models/version_spec.rb
|
|
210
|
-
- spec/models/volume_usage_data_spec.rb
|
|
211
187
|
- spec/models/well_known_spec.rb
|
|
212
188
|
- spec/spec_helper.rb
|
|
213
189
|
homepage: https://www.ory.sh
|
|
@@ -239,42 +215,34 @@ test_files:
|
|
|
239
215
|
- spec/api/public_api_spec.rb
|
|
240
216
|
- spec/api_client_spec.rb
|
|
241
217
|
- spec/configuration_spec.rb
|
|
242
|
-
- spec/models/
|
|
243
|
-
- spec/models/
|
|
244
|
-
- spec/models/json_web_key_set_generator_request_spec.rb
|
|
245
|
-
- spec/models/plugin_config_linux_spec.rb
|
|
218
|
+
- spec/models/o_auth2_client_spec.rb
|
|
219
|
+
- spec/models/userinfo_response_spec.rb
|
|
246
220
|
- spec/models/o_auth2_token_introspection_spec.rb
|
|
247
|
-
- spec/models/
|
|
248
|
-
- spec/models/
|
|
221
|
+
- spec/models/reject_request_spec.rb
|
|
222
|
+
- spec/models/open_id_connect_context_spec.rb
|
|
223
|
+
- spec/models/name_spec.rb
|
|
224
|
+
- spec/models/attribute_type_and_value_spec.rb
|
|
249
225
|
- spec/models/consent_request_session_spec.rb
|
|
250
|
-
- spec/models/
|
|
226
|
+
- spec/models/well_known_spec.rb
|
|
227
|
+
- spec/models/generic_error_spec.rb
|
|
251
228
|
- spec/models/version_spec.rb
|
|
229
|
+
- spec/models/oauth2_token_response_spec.rb
|
|
230
|
+
- spec/models/completed_request_spec.rb
|
|
252
231
|
- spec/models/consent_request_spec.rb
|
|
253
|
-
- spec/models/
|
|
232
|
+
- spec/models/health_status_spec.rb
|
|
233
|
+
- spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
|
|
234
|
+
- spec/models/json_web_key_set_spec.rb
|
|
254
235
|
- spec/models/health_not_ready_status_spec.rb
|
|
255
|
-
- spec/models/
|
|
256
|
-
- spec/models/
|
|
257
|
-
- spec/models/
|
|
258
|
-
- spec/models/plugin_device_spec.rb
|
|
259
|
-
- spec/models/previous_consent_session_spec.rb
|
|
260
|
-
- spec/models/logout_request_spec.rb
|
|
261
|
-
- spec/models/generic_error_spec.rb
|
|
262
|
-
- spec/models/plugin_config_user_spec.rb
|
|
236
|
+
- spec/models/certificate_spec.rb
|
|
237
|
+
- spec/models/login_request_spec.rb
|
|
238
|
+
- spec/models/accept_consent_request_spec.rb
|
|
263
239
|
- spec/models/oauth_token_response_spec.rb
|
|
264
|
-
- spec/models/plugin_settings_spec.rb
|
|
265
|
-
- spec/models/json_web_key_set_spec.rb
|
|
266
|
-
- spec/models/accept_login_request_spec.rb
|
|
267
|
-
- spec/models/plugin_config_interface_spec.rb
|
|
268
|
-
- spec/models/volume_usage_data_spec.rb
|
|
269
|
-
- spec/models/well_known_spec.rb
|
|
270
240
|
- spec/models/json_web_key_spec.rb
|
|
271
|
-
- spec/models/
|
|
272
|
-
- spec/models/
|
|
273
|
-
- spec/models/
|
|
274
|
-
- spec/models/
|
|
275
|
-
- spec/models/
|
|
276
|
-
- spec/models/
|
|
277
|
-
- spec/models/
|
|
278
|
-
- spec/models/health_status_spec.rb
|
|
279
|
-
- spec/models/userinfo_response_spec.rb
|
|
241
|
+
- spec/models/ip_net_spec.rb
|
|
242
|
+
- spec/models/logout_request_spec.rb
|
|
243
|
+
- spec/models/url_spec.rb
|
|
244
|
+
- spec/models/accept_login_request_spec.rb
|
|
245
|
+
- spec/models/json_web_key_set_generator_request_spec.rb
|
|
246
|
+
- spec/models/extension_spec.rb
|
|
247
|
+
- spec/models/previous_consent_session_spec.rb
|
|
280
248
|
- spec/spec_helper.rb
|