ory-hydra-client 1.4.1 → 1.4.2

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: d6a490f9faac07623e5aa7a01dfbc589530ab39bbd66fea049fcefecc4dfb1c1
4
- data.tar.gz: aed7cd0c1400fdfabb70dbeeaf004721b5d5e64ac13c9223c181cce0139896a0
3
+ metadata.gz: 980cf4f331ee0fd209b54c2939957a64a4f4389fa1428c551afccd07e44ccf33
4
+ data.tar.gz: 2363dc4fdfc63bed7e17406031418908eac83d74acfa4548795e3b2cb511ba38
5
5
  SHA512:
6
- metadata.gz: 398db49801184b680ad5f051c9769006778181df8e4f56e09b6eb3a61b0636a796743b36c50689d3e2d327a8863d4f2cd95286406ce6d953df5f38bd48654790
7
- data.tar.gz: 131372a2fd30b34d7ffb09e1ddb32e32e1130a8f5976b6a4e81e4de346cf243bd0cfc00a677060488f26be681a4bc1b3a0cf2c5a2c27b8234416131985d64431
6
+ metadata.gz: 679b91e2764476fac20abe1d44b9a8994150acd684e11875ca27218bbc79105a834c01563e4d5464cc083c32f66cdfa010a602ce1462e434de32acf4650d299d
7
+ data.tar.gz: 51cf57feac5eb9948cd0049343f7d1ae0ef90e94ecbab6f16b0d9b7514eb7bff4966c4ceafb63cb106d6062e894b22189af2a30bb250044c71b0db49d858f804
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.4.1
10
+ - Package version: v1.4.2
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.4.1.gem
26
+ gem install ./ory-hydra-client-v1.4.2.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.4.1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.4.2.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.4.1'
35
+ gem 'ory-hydra-client', '~> v1.4.2'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **not_after** | **DateTime** | NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recently issued tokens for auditing. | [optional]
7
+ **not_after** | **DateTime** | NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recently issued tokens for auditing. Format: date-time | [optional]
8
8
 
9
9
  ## Code Sample
10
10
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **consent_request** | [**ConsentRequest**](ConsentRequest.md) | | [optional]
8
8
  **grant_access_token_audience** | **Array<String>** | GrantedAudience sets the audience the user authorized the client to use. Should be a subset of `requested_access_token_audience`. | [optional]
9
9
  **grant_scope** | **Array<String>** | GrantScope sets the scope the user authorized the client to use. Should be a subset of `requested_scope` | [optional]
10
- **handled_at** | **DateTime** | handled at Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time | [optional]
10
+ **handled_at** | **DateTime** | handled at Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time | [optional]
11
11
  **remember** | **Boolean** | Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope. | [optional]
12
12
  **remember_for** | **Integer** | RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the authorization will be remembered indefinitely. | [optional]
13
13
  **session** | [**ConsentRequestSession**](ConsentRequestSession.md) | | [optional]
@@ -13,8 +13,9 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
+ # FlushInactiveOAuth2TokensRequest flush inactive o auth2 tokens request
16
17
  class FlushInactiveOAuth2TokensRequest
17
- # NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recently issued tokens for auditing.
18
+ # NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recently issued tokens for auditing. Format: date-time
18
19
  attr_accessor :not_after
19
20
 
20
21
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # HealthNotReadyStatus health not ready status
17
16
  class HealthNotReadyStatus
18
17
  # Errors contains a list of errors that caused the not ready status.
19
18
  attr_accessor :errors
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest json web key set generator request
16
+ # JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest json web key set generator request
17
17
  class JsonWebKeySetGeneratorRequest
18
18
  # The algorithm to be used for creating the key. Supports \"RS256\", \"ES512\", \"HS512\", and \"HS256\"
19
19
  attr_accessor :alg
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession PreviousConsentSession 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 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
 
@@ -23,7 +23,7 @@ module OryHydraClient
23
23
  # GrantScope sets the scope the user authorized the client to use. Should be a subset of `requested_scope`
24
24
  attr_accessor :grant_scope
25
25
 
26
- # handled at Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time
26
+ # handled at Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time
27
27
  attr_accessor :handled_at
28
28
 
29
29
  # Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope.
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # UserinfoResponse UserinfoResponse The userinfo response
16
+ # The userinfo response
17
17
  class UserinfoResponse
18
18
  # End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.
19
19
  attr_accessor :birthdate
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.3
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.3
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '1.4.1'
14
+ VERSION = '1.4.2'
15
15
  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: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-02 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -193,32 +193,32 @@ signing_key:
193
193
  specification_version: 4
194
194
  summary: ORY Hydra Ruby Gem
195
195
  test_files:
196
- - spec/api/public_api_spec.rb
197
196
  - spec/api/admin_api_spec.rb
197
+ - spec/api/public_api_spec.rb
198
198
  - spec/api_client_spec.rb
199
199
  - spec/configuration_spec.rb
200
- - spec/models/well_known_spec.rb
201
- - spec/models/login_request_spec.rb
202
- - spec/models/previous_consent_session_spec.rb
203
200
  - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
204
- - spec/models/accept_consent_request_spec.rb
205
- - spec/models/version_spec.rb
201
+ - spec/models/o_auth2_token_introspection_spec.rb
206
202
  - spec/models/open_id_connect_context_spec.rb
207
- - spec/models/oauth2_token_response_spec.rb
208
- - spec/models/logout_request_spec.rb
209
- - spec/models/o_auth2_client_spec.rb
203
+ - spec/models/health_status_spec.rb
204
+ - spec/models/version_spec.rb
205
+ - spec/models/completed_request_spec.rb
210
206
  - spec/models/health_not_ready_status_spec.rb
207
+ - spec/models/json_web_key_set_spec.rb
211
208
  - spec/models/json_web_key_spec.rb
212
- - spec/models/json_web_key_set_generator_request_spec.rb
213
209
  - spec/models/reject_request_spec.rb
210
+ - spec/models/well_known_spec.rb
211
+ - spec/models/userinfo_response_spec.rb
212
+ - spec/models/accept_consent_request_spec.rb
213
+ - spec/models/json_web_key_set_generator_request_spec.rb
214
+ - spec/models/previous_consent_session_spec.rb
215
+ - spec/models/login_request_spec.rb
216
+ - spec/models/o_auth2_client_spec.rb
214
217
  - spec/models/consent_request_session_spec.rb
215
- - spec/models/o_auth2_token_introspection_spec.rb
216
- - spec/models/health_status_spec.rb
218
+ - spec/models/logout_request_spec.rb
219
+ - spec/models/oauth2_token_response_spec.rb
217
220
  - spec/models/oauth_token_response_spec.rb
218
- - spec/models/userinfo_response_spec.rb
219
- - spec/models/json_web_key_set_spec.rb
221
+ - spec/models/accept_login_request_spec.rb
220
222
  - spec/models/consent_request_spec.rb
221
- - spec/models/completed_request_spec.rb
222
223
  - spec/models/generic_error_spec.rb
223
- - spec/models/accept_login_request_spec.rb
224
224
  - spec/spec_helper.rb