ory-hydra-client 1.2.0.alpha3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bfb53663a7c8e2b1c5c3ab3314a23263515988b435b6a7f0f045ba26c175e68
4
- data.tar.gz: de2bb0585774cb4e9825570290831239308a12339167c70482b1f6326e20e892
3
+ metadata.gz: cffcd3058852f3c8753a4085b3f353a5bcf28bf491781c2af3fb7828b8f24bbb
4
+ data.tar.gz: 0c2fdb02b6c9fdb4fcbdb2179b9b69d2fd0dcc28345c15c7c24bf23bdf15b9d8
5
5
  SHA512:
6
- metadata.gz: ccb025b15b73334a350cb34fe0a1e7d482c6e5de2dcb284153412417aa85f3bbbd4757b258ed545d3a22c3ac5432461a4433f37da0fcc5b2f4c2a4fae3d13ef7
7
- data.tar.gz: 761e0f97db25a45ee202710a35c3e4acf5e652d0f9fb6686b33fc8a487b7c1faf8a26316eca3218f4238a5bf88ccc353c493bdf85e4285fa5572019f0a616e82
6
+ metadata.gz: 93459269a89e55eed646c07e9b25ce7ecafafea5124da1416befc36503b1a92a15a0fc6e53d9a4110446d41d6c9eeca6a56c206ac174d6bc38de5253fe36efbf
7
+ data.tar.gz: 9888190626bfa904974baecd48713f3ebe87e9ae59d7ff0299a1ae5186dd5902b144704eadf35121dc443a52be7c7eafa0a372ea509d8ca4739ee5b66e4f2dbd
data/README.md CHANGED
@@ -7,7 +7,7 @@ Welcome to the ORY Hydra HTTP API documentation. You will find documentation for
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: latest
10
- - Package version: v1.2.0-alpha.3
10
+ - Package version: v1.2.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build ory-hydra-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./ory-hydra-client-v1.2.0-alpha.3.gem
26
+ gem install ./ory-hydra-client-v1.2.0.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.2.0-alpha.3.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.2.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ory-hydra-client', '~> v1.2.0-alpha.3'
35
+ gem 'ory-hydra-client', '~> v1.2.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -125,18 +125,15 @@ Class | Method | HTTP request | Description
125
125
  - [OryHydraClient::CompletedRequest](docs/CompletedRequest.md)
126
126
  - [OryHydraClient::ConsentRequest](docs/ConsentRequest.md)
127
127
  - [OryHydraClient::ConsentRequestSession](docs/ConsentRequestSession.md)
128
- - [OryHydraClient::Extension](docs/Extension.md)
129
128
  - [OryHydraClient::FlushInactiveOAuth2TokensRequest](docs/FlushInactiveOAuth2TokensRequest.md)
130
129
  - [OryHydraClient::GenericError](docs/GenericError.md)
131
130
  - [OryHydraClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
132
131
  - [OryHydraClient::HealthStatus](docs/HealthStatus.md)
133
- - [OryHydraClient::IPNet](docs/IPNet.md)
134
132
  - [OryHydraClient::JSONWebKey](docs/JSONWebKey.md)
135
133
  - [OryHydraClient::JSONWebKeySet](docs/JSONWebKeySet.md)
136
134
  - [OryHydraClient::JsonWebKeySetGeneratorRequest](docs/JsonWebKeySetGeneratorRequest.md)
137
135
  - [OryHydraClient::LoginRequest](docs/LoginRequest.md)
138
136
  - [OryHydraClient::LogoutRequest](docs/LogoutRequest.md)
139
- - [OryHydraClient::Name](docs/Name.md)
140
137
  - [OryHydraClient::OAuth2Client](docs/OAuth2Client.md)
141
138
  - [OryHydraClient::OAuth2TokenIntrospection](docs/OAuth2TokenIntrospection.md)
142
139
  - [OryHydraClient::Oauth2TokenResponse](docs/Oauth2TokenResponse.md)
@@ -144,7 +141,6 @@ Class | Method | HTTP request | Description
144
141
  - [OryHydraClient::OpenIDConnectContext](docs/OpenIDConnectContext.md)
145
142
  - [OryHydraClient::PreviousConsentSession](docs/PreviousConsentSession.md)
146
143
  - [OryHydraClient::RejectRequest](docs/RejectRequest.md)
147
- - [OryHydraClient::URL](docs/URL.md)
148
144
  - [OryHydraClient::UserinfoResponse](docs/UserinfoResponse.md)
149
145
  - [OryHydraClient::Version](docs/Version.md)
150
146
  - [OryHydraClient::WellKnown](docs/WellKnown.md)
data/docs/JSONWebKey.md CHANGED
@@ -5,22 +5,22 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **alg** | **String** | The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. |
8
- **crv** | **String** | | [optional]
9
- **d** | **String** | | [optional]
10
- **dp** | **String** | | [optional]
11
- **dq** | **String** | | [optional]
12
- **e** | **String** | | [optional]
13
- **k** | **String** | | [optional]
8
+ **crv** | **String** | crv | [optional]
9
+ **d** | **String** | d | [optional]
10
+ **dp** | **String** | dp | [optional]
11
+ **dq** | **String** | dq | [optional]
12
+ **e** | **String** | e | [optional]
13
+ **k** | **String** | k | [optional]
14
14
  **kid** | **String** | The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string. |
15
15
  **kty** | **String** | The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string. |
16
- **n** | **String** | | [optional]
17
- **p** | **String** | | [optional]
18
- **q** | **String** | | [optional]
19
- **qi** | **String** | | [optional]
16
+ **n** | **String** | n | [optional]
17
+ **p** | **String** | p | [optional]
18
+ **q** | **String** | q | [optional]
19
+ **qi** | **String** | qi | [optional]
20
20
  **use** | **String** | Use (\"public key use\") identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption). |
21
- **x** | **String** | | [optional]
21
+ **x** | **String** | x | [optional]
22
22
  **x5c** | **Array<String>** | The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. | [optional]
23
- **y** | **String** | | [optional]
23
+ **y** | **String** | y | [optional]
24
24
 
25
25
  ## Code Sample
26
26
 
data/docs/OAuth2Client.md CHANGED
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **client_secret_expires_at** | **Integer** | SecretExpiresAt is an integer holding the time at which the client secret will expire or 0 if it will not expire. The time is represented as the number of seconds from 1970-01-01T00:00:00Z as measured in UTC until the date/time of expiration. This feature is currently not supported and it's value will always be set to 0. | [optional]
15
15
  **client_uri** | **String** | ClientURI is an URL string of a web page providing information about the client. If present, the server SHOULD display this URL to the end-user in a clickable fashion. | [optional]
16
16
  **contacts** | **Array<String>** | Contacts is a array of strings representing ways to contact people responsible for this client, typically email addresses. | [optional]
17
- **created_at** | **DateTime** | CreatedAt returns the timestamp of the client's creation. Format: date-time Format: date-time Format: date-time Format: date-time | [optional]
17
+ **created_at** | **DateTime** | CreatedAt returns the timestamp of the client's creation. | [optional]
18
18
  **frontchannel_logout_session_required** | **Boolean** | Boolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be included to identify the RP session with the OP when the frontchannel_logout_uri is used. If omitted, the default value is false. | [optional]
19
19
  **frontchannel_logout_uri** | **String** | RP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query parameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the request and to determine which of the potentially multiple sessions is to be logged out; if either is included, both MUST be. | [optional]
20
20
  **grant_types** | **Array<String>** | GrantTypes is an array of grant types the client is allowed to use. | [optional]
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
34
34
  **subject_type** | **String** | SubjectType requested for responses to this Client. The subject_types_supported Discovery parameter contains a list of the supported subject_type values for this server. Valid types include `pairwise` and `public`. | [optional]
35
35
  **token_endpoint_auth_method** | **String** | Requested Client Authentication method for the Token Endpoint. The options are client_secret_post, client_secret_basic, private_key_jwt, and none. | [optional]
36
36
  **tos_uri** | **String** | TermsOfServiceURI is a URL string that points to a human-readable terms of service document for the client that describes a contractual relationship between the end-user and the client that the end-user accepts when authorizing the client. | [optional]
37
- **updated_at** | **DateTime** | UpdatedAt returns the timestamp of the last update. Format: date-time Format: date-time Format: date-time Format: date-time | [optional]
37
+ **updated_at** | **DateTime** | UpdatedAt returns the timestamp of the last update. | [optional]
38
38
  **userinfo_signed_response_alg** | **String** | JWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT [JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims as a UTF-8 encoded JSON object using the application/json content-type. | [optional]
39
39
 
40
40
  ## Code Sample
@@ -23,18 +23,15 @@ require 'ory-hydra-client/models/attribute_type_and_value'
23
23
  require 'ory-hydra-client/models/completed_request'
24
24
  require 'ory-hydra-client/models/consent_request'
25
25
  require 'ory-hydra-client/models/consent_request_session'
26
- require 'ory-hydra-client/models/extension'
27
26
  require 'ory-hydra-client/models/flush_inactive_o_auth2_tokens_request'
28
27
  require 'ory-hydra-client/models/generic_error'
29
28
  require 'ory-hydra-client/models/health_not_ready_status'
30
29
  require 'ory-hydra-client/models/health_status'
31
- require 'ory-hydra-client/models/ip_net'
32
30
  require 'ory-hydra-client/models/json_web_key'
33
31
  require 'ory-hydra-client/models/json_web_key_set'
34
32
  require 'ory-hydra-client/models/json_web_key_set_generator_request'
35
33
  require 'ory-hydra-client/models/login_request'
36
34
  require 'ory-hydra-client/models/logout_request'
37
- require 'ory-hydra-client/models/name'
38
35
  require 'ory-hydra-client/models/o_auth2_client'
39
36
  require 'ory-hydra-client/models/o_auth2_token_introspection'
40
37
  require 'ory-hydra-client/models/oauth2_token_response'
@@ -42,7 +39,6 @@ require 'ory-hydra-client/models/oauth_token_response'
42
39
  require 'ory-hydra-client/models/open_id_connect_context'
43
40
  require 'ory-hydra-client/models/previous_consent_session'
44
41
  require 'ory-hydra-client/models/reject_request'
45
- require 'ory-hydra-client/models/url'
46
42
  require 'ory-hydra-client/models/userinfo_response'
47
43
  require 'ory-hydra-client/models/version'
48
44
  require 'ory-hydra-client/models/well_known'
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue mirrors the ASN.1 structure of the same name in RFC 5280, Section 4.1.2.4.
16
+ # AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue AttributeTypeAndValue mirrors the ASN.1 structure of the same name in RFC 5280, Section 4.1.2.4.
17
17
  class AttributeTypeAndValue
18
18
  attr_accessor :type
19
19
 
@@ -13,20 +13,27 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
+ # JSONWebKey JSONWebKey JSON web key
16
17
  class JSONWebKey
17
18
  # The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name.
18
19
  attr_accessor :alg
19
20
 
21
+ # crv
20
22
  attr_accessor :crv
21
23
 
24
+ # d
22
25
  attr_accessor :d
23
26
 
27
+ # dp
24
28
  attr_accessor :dp
25
29
 
30
+ # dq
26
31
  attr_accessor :dq
27
32
 
33
+ # e
28
34
  attr_accessor :e
29
35
 
36
+ # k
30
37
  attr_accessor :k
31
38
 
32
39
  # The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string.
@@ -35,22 +42,28 @@ module OryHydraClient
35
42
  # The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string.
36
43
  attr_accessor :kty
37
44
 
45
+ # n
38
46
  attr_accessor :n
39
47
 
48
+ # p
40
49
  attr_accessor :p
41
50
 
51
+ # q
42
52
  attr_accessor :q
43
53
 
54
+ # qi
44
55
  attr_accessor :qi
45
56
 
46
57
  # Use (\"public key use\") identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).
47
58
  attr_accessor :use
48
59
 
60
+ # x
49
61
  attr_accessor :x
50
62
 
51
63
  # The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
52
64
  attr_accessor :x5c
53
65
 
66
+ # y
54
67
  attr_accessor :y
55
68
 
56
69
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -44,7 +44,7 @@ module OryHydraClient
44
44
  # Contacts is a array of strings representing ways to contact people responsible for this client, typically email addresses.
45
45
  attr_accessor :contacts
46
46
 
47
- # CreatedAt returns the timestamp of the client's creation. Format: date-time Format: date-time Format: date-time Format: date-time
47
+ # CreatedAt returns the timestamp of the client's creation.
48
48
  attr_accessor :created_at
49
49
 
50
50
  # Boolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be included to identify the RP session with the OP when the frontchannel_logout_uri is used. If omitted, the default value is false.
@@ -103,7 +103,7 @@ module OryHydraClient
103
103
  # TermsOfServiceURI is a URL string that points to a human-readable terms of service document for the client that describes a contractual relationship between the end-user and the client that the end-user accepts when authorizing the client.
104
104
  attr_accessor :tos_uri
105
105
 
106
- # UpdatedAt returns the timestamp of the last update. Format: date-time Format: date-time Format: date-time Format: date-time
106
+ # UpdatedAt returns the timestamp of the last update.
107
107
  attr_accessor :updated_at
108
108
 
109
109
  # JWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT [JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims as a UTF-8 encoded JSON object using the application/json content-type.
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Oauth2TokenResponse The Access Token Response
16
+ # Oauth2TokenResponse Oauth2TokenResponse The Access Token Response
17
17
  class Oauth2TokenResponse
18
18
  # access token
19
19
  attr_accessor :access_token
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession The response used to return used consent requests same as HandledLoginRequest, just with consent_request exposed as json
16
+ # PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession The response used to return used consent requests same as HandledLoginRequest, just with consent_request exposed as json
17
17
  class PreviousConsentSession
18
18
  attr_accessor :consent_request
19
19
 
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Version version
17
16
  class Version
18
17
  # Version is the service's version.
19
18
  attr_accessor :version
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '1.2.0.alpha3'
14
+ VERSION = '1.2.0'
15
15
  end
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: 1.2.0.alpha3
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
@@ -88,18 +88,15 @@ files:
88
88
  - docs/CompletedRequest.md
89
89
  - docs/ConsentRequest.md
90
90
  - docs/ConsentRequestSession.md
91
- - docs/Extension.md
92
91
  - docs/FlushInactiveOAuth2TokensRequest.md
93
92
  - docs/GenericError.md
94
93
  - docs/HealthNotReadyStatus.md
95
94
  - docs/HealthStatus.md
96
- - docs/IPNet.md
97
95
  - docs/JSONWebKey.md
98
96
  - docs/JSONWebKeySet.md
99
97
  - docs/JsonWebKeySetGeneratorRequest.md
100
98
  - docs/LoginRequest.md
101
99
  - docs/LogoutRequest.md
102
- - docs/Name.md
103
100
  - docs/OAuth2Client.md
104
101
  - docs/OAuth2TokenIntrospection.md
105
102
  - docs/Oauth2TokenResponse.md
@@ -108,7 +105,6 @@ files:
108
105
  - docs/PreviousConsentSession.md
109
106
  - docs/PublicApi.md
110
107
  - docs/RejectRequest.md
111
- - docs/URL.md
112
108
  - docs/UserinfoResponse.md
113
109
  - docs/Version.md
114
110
  - docs/WellKnown.md
@@ -124,18 +120,15 @@ files:
124
120
  - lib/ory-hydra-client/models/completed_request.rb
125
121
  - lib/ory-hydra-client/models/consent_request.rb
126
122
  - lib/ory-hydra-client/models/consent_request_session.rb
127
- - lib/ory-hydra-client/models/extension.rb
128
123
  - lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb
129
124
  - lib/ory-hydra-client/models/generic_error.rb
130
125
  - lib/ory-hydra-client/models/health_not_ready_status.rb
131
126
  - lib/ory-hydra-client/models/health_status.rb
132
- - lib/ory-hydra-client/models/ip_net.rb
133
127
  - lib/ory-hydra-client/models/json_web_key.rb
134
128
  - lib/ory-hydra-client/models/json_web_key_set.rb
135
129
  - lib/ory-hydra-client/models/json_web_key_set_generator_request.rb
136
130
  - lib/ory-hydra-client/models/login_request.rb
137
131
  - lib/ory-hydra-client/models/logout_request.rb
138
- - lib/ory-hydra-client/models/name.rb
139
132
  - lib/ory-hydra-client/models/o_auth2_client.rb
140
133
  - lib/ory-hydra-client/models/o_auth2_token_introspection.rb
141
134
  - lib/ory-hydra-client/models/oauth2_token_response.rb
@@ -143,7 +136,6 @@ files:
143
136
  - lib/ory-hydra-client/models/open_id_connect_context.rb
144
137
  - lib/ory-hydra-client/models/previous_consent_session.rb
145
138
  - lib/ory-hydra-client/models/reject_request.rb
146
- - lib/ory-hydra-client/models/url.rb
147
139
  - lib/ory-hydra-client/models/userinfo_response.rb
148
140
  - lib/ory-hydra-client/models/version.rb
149
141
  - lib/ory-hydra-client/models/well_known.rb
@@ -159,18 +151,15 @@ files:
159
151
  - spec/models/completed_request_spec.rb
160
152
  - spec/models/consent_request_session_spec.rb
161
153
  - spec/models/consent_request_spec.rb
162
- - spec/models/extension_spec.rb
163
154
  - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
164
155
  - spec/models/generic_error_spec.rb
165
156
  - spec/models/health_not_ready_status_spec.rb
166
157
  - spec/models/health_status_spec.rb
167
- - spec/models/ip_net_spec.rb
168
158
  - spec/models/json_web_key_set_generator_request_spec.rb
169
159
  - spec/models/json_web_key_set_spec.rb
170
160
  - spec/models/json_web_key_spec.rb
171
161
  - spec/models/login_request_spec.rb
172
162
  - spec/models/logout_request_spec.rb
173
- - spec/models/name_spec.rb
174
163
  - spec/models/o_auth2_client_spec.rb
175
164
  - spec/models/o_auth2_token_introspection_spec.rb
176
165
  - spec/models/oauth2_token_response_spec.rb
@@ -178,7 +167,6 @@ files:
178
167
  - spec/models/open_id_connect_context_spec.rb
179
168
  - spec/models/previous_consent_session_spec.rb
180
169
  - spec/models/reject_request_spec.rb
181
- - spec/models/url_spec.rb
182
170
  - spec/models/userinfo_response_spec.rb
183
171
  - spec/models/version_spec.rb
184
172
  - spec/models/well_known_spec.rb
@@ -198,9 +186,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
198
186
  version: '1.9'
199
187
  required_rubygems_version: !ruby/object:Gem::Requirement
200
188
  requirements:
201
- - - ">"
189
+ - - ">="
202
190
  - !ruby/object:Gem::Version
203
- version: 1.3.1
191
+ version: '0'
204
192
  requirements: []
205
193
  rubyforge_project:
206
194
  rubygems_version: 2.7.6.2
@@ -208,37 +196,33 @@ signing_key:
208
196
  specification_version: 4
209
197
  summary: ORY Hydra Ruby Gem
210
198
  test_files:
211
- - spec/api/admin_api_spec.rb
212
199
  - spec/api/public_api_spec.rb
200
+ - spec/api/admin_api_spec.rb
213
201
  - spec/api_client_spec.rb
214
202
  - spec/configuration_spec.rb
203
+ - spec/models/well_known_spec.rb
204
+ - spec/models/previous_consent_session_spec.rb
205
+ - spec/models/oauth_token_response_spec.rb
206
+ - spec/models/accept_login_request_spec.rb
207
+ - spec/models/login_request_spec.rb
208
+ - spec/models/o_auth2_token_introspection_spec.rb
209
+ - spec/models/o_auth2_client_spec.rb
215
210
  - spec/models/oauth2_token_response_spec.rb
216
- - spec/models/consent_request_session_spec.rb
217
211
  - spec/models/version_spec.rb
218
- - spec/models/json_web_key_set_spec.rb
219
- - spec/models/json_web_key_spec.rb
220
- - spec/models/completed_request_spec.rb
221
- - spec/models/name_spec.rb
212
+ - spec/models/attribute_type_and_value_spec.rb
213
+ - spec/models/accept_consent_request_spec.rb
214
+ - spec/models/json_web_key_set_generator_request_spec.rb
222
215
  - spec/models/generic_error_spec.rb
223
- - spec/models/login_request_spec.rb
224
- - spec/models/userinfo_response_spec.rb
225
- - spec/models/health_not_ready_status_spec.rb
226
- - spec/models/o_auth2_token_introspection_spec.rb
216
+ - spec/models/consent_request_spec.rb
217
+ - spec/models/logout_request_spec.rb
218
+ - spec/models/reject_request_spec.rb
219
+ - spec/models/completed_request_spec.rb
227
220
  - spec/models/open_id_connect_context_spec.rb
228
- - spec/models/oauth_token_response_spec.rb
229
- - spec/models/accept_consent_request_spec.rb
230
- - spec/models/accept_login_request_spec.rb
221
+ - spec/models/userinfo_response_spec.rb
222
+ - spec/models/consent_request_session_spec.rb
223
+ - spec/models/json_web_key_spec.rb
224
+ - spec/models/json_web_key_set_spec.rb
231
225
  - spec/models/health_status_spec.rb
232
- - spec/models/logout_request_spec.rb
233
- - spec/models/ip_net_spec.rb
226
+ - spec/models/health_not_ready_status_spec.rb
234
227
  - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
235
- - spec/models/consent_request_spec.rb
236
- - spec/models/reject_request_spec.rb
237
- - spec/models/well_known_spec.rb
238
- - spec/models/o_auth2_client_spec.rb
239
- - spec/models/previous_consent_session_spec.rb
240
- - spec/models/attribute_type_and_value_spec.rb
241
- - spec/models/extension_spec.rb
242
- - spec/models/json_web_key_set_generator_request_spec.rb
243
- - spec/models/url_spec.rb
244
228
  - spec/spec_helper.rb
data/docs/Extension.md DELETED
@@ -1,21 +0,0 @@
1
- # OryHydraClient::Extension
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **critical** | **Boolean** | critical | [optional]
8
- **id** | **Array<Integer>** | | [optional]
9
- **value** | **Array<Integer>** | value | [optional]
10
-
11
- ## Code Sample
12
-
13
- ```ruby
14
- require 'OryHydraClient'
15
-
16
- instance = OryHydraClient::Extension.new(critical: null,
17
- id: null,
18
- value: null)
19
- ```
20
-
21
-