ory-hydra-client 1.2.0.alpha2 → 1.2.0.alpha3

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: f8c7448e2c33244322d453b4c89c01a551972e8cf34908f051738725cca9d8a2
4
- data.tar.gz: e2a4d7ab554df404622c063f6edda5c6d6eb5841ed0acc65902e9f06a4beb403
3
+ metadata.gz: 8bfb53663a7c8e2b1c5c3ab3314a23263515988b435b6a7f0f045ba26c175e68
4
+ data.tar.gz: de2bb0585774cb4e9825570290831239308a12339167c70482b1f6326e20e892
5
5
  SHA512:
6
- metadata.gz: 344f8e55176eb4d822eaabe8de34e19e5664c680a1968808896330d9ebf95574924e35ac63a593be89676751fc8eda177d5e24d711b0661b03b10afeadcc4055
7
- data.tar.gz: dc4f8ba62cc8440c94630cf8d4874ab3b559c49b67dafa405f7f0e2c97f84d84b064a5f0b4ec85c5089018588d8093425a06a98dbcac8348f28fb2ac146132ba
6
+ metadata.gz: ccb025b15b73334a350cb34fe0a1e7d482c6e5de2dcb284153412417aa85f3bbbd4757b258ed545d3a22c3ac5432461a4433f37da0fcc5b2f4c2a4fae3d13ef7
7
+ data.tar.gz: 761e0f97db25a45ee202710a35c3e4acf5e652d0f9fb6686b33fc8a487b7c1faf8a26316eca3218f4238a5bf88ccc353c493bdf85e4285fa5572019f0a616e82
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.2
10
+ - Package version: v1.2.0-alpha.3
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.2.gem
26
+ gem install ./ory-hydra-client-v1.2.0-alpha.3.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.2.0-alpha.2.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.2.0-alpha.3.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.2'
35
+ gem 'ory-hydra-client', '~> v1.2.0-alpha.3'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -122,7 +122,6 @@ Class | Method | HTTP request | Description
122
122
  - [OryHydraClient::AcceptConsentRequest](docs/AcceptConsentRequest.md)
123
123
  - [OryHydraClient::AcceptLoginRequest](docs/AcceptLoginRequest.md)
124
124
  - [OryHydraClient::AttributeTypeAndValue](docs/AttributeTypeAndValue.md)
125
- - [OryHydraClient::Certificate](docs/Certificate.md)
126
125
  - [OryHydraClient::CompletedRequest](docs/CompletedRequest.md)
127
126
  - [OryHydraClient::ConsentRequest](docs/ConsentRequest.md)
128
127
  - [OryHydraClient::ConsentRequestSession](docs/ConsentRequestSession.md)
@@ -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
 
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** | 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]
8
+ **crv** | **String** | | [optional]
9
+ **d** | **String** | | [optional]
10
+ **dp** | **String** | | [optional]
11
+ **dq** | **String** | | [optional]
12
+ **e** | **String** | | [optional]
13
+ **k** | **String** | | [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** | n | [optional]
17
- **p** | **String** | p | [optional]
18
- **q** | **String** | q | [optional]
19
- **qi** | **String** | qi | [optional]
16
+ **n** | **String** | | [optional]
17
+ **p** | **String** | | [optional]
18
+ **q** | **String** | | [optional]
19
+ **qi** | **String** | | [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** | x | [optional]
21
+ **x** | **String** | | [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** | y | [optional]
23
+ **y** | **String** | | [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. | [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]
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. | [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]
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
data/docs/URL.md CHANGED
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **raw_path** | **String** | raw path | [optional]
13
13
  **raw_query** | **String** | raw query | [optional]
14
14
  **scheme** | **String** | scheme | [optional]
15
- **user** | [**Object**](.md) | Userinfo Userinfo Userinfo The Userinfo type is an immutable encapsulation of username and password details for a URL. An existing Userinfo value is guaranteed to have a username set (potentially empty, as allowed by RFC 2396), and optionally a password. | [optional]
15
+ **user** | [**Object**](.md) | Userinfo Userinfo Userinfo Userinfo Userinfo The Userinfo type is an immutable encapsulation of username and password details for a URL. An existing Userinfo value is guaranteed to have a username set (potentially empty, as allowed by RFC 2396), and optionally a password. | [optional]
16
16
 
17
17
  ## Code Sample
18
18
 
@@ -20,7 +20,6 @@ require 'ory-hydra-client/configuration'
20
20
  require 'ory-hydra-client/models/accept_consent_request'
21
21
  require 'ory-hydra-client/models/accept_login_request'
22
22
  require 'ory-hydra-client/models/attribute_type_and_value'
23
- require 'ory-hydra-client/models/certificate'
24
23
  require 'ory-hydra-client/models/completed_request'
25
24
  require 'ory-hydra-client/models/consent_request'
26
25
  require 'ory-hydra-client/models/consent_request_session'
@@ -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 mirrors the ASN.1 structure of the same name in RFC 5280, Section 4.1.2.4.
16
+ # 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,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Extension Extension Extension Extension represents the ASN.1 structure of the same name. See RFC 5280, section 4.2.
16
+ # Extension Extension Extension Extension Extension Extension represents the ASN.1 structure of the same name. See RFC 5280, section 4.2.
17
17
  class Extension
18
18
  # critical
19
19
  attr_accessor :critical
@@ -13,8 +13,9 @@ OpenAPI Generator version: 4.2.2
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,27 +13,20 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # JSONWebKey JSONWebKey JSONWebKey JSON web key
17
16
  class JSONWebKey
18
17
  # 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.
19
18
  attr_accessor :alg
20
19
 
21
- # crv
22
20
  attr_accessor :crv
23
21
 
24
- # d
25
22
  attr_accessor :d
26
23
 
27
- # dp
28
24
  attr_accessor :dp
29
25
 
30
- # dq
31
26
  attr_accessor :dq
32
27
 
33
- # e
34
28
  attr_accessor :e
35
29
 
36
- # k
37
30
  attr_accessor :k
38
31
 
39
32
  # 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.
@@ -42,28 +35,22 @@ module OryHydraClient
42
35
  # 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.
43
36
  attr_accessor :kty
44
37
 
45
- # n
46
38
  attr_accessor :n
47
39
 
48
- # p
49
40
  attr_accessor :p
50
41
 
51
- # q
52
42
  attr_accessor :q
53
43
 
54
- # qi
55
44
  attr_accessor :qi
56
45
 
57
46
  # 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).
58
47
  attr_accessor :use
59
48
 
60
- # x
61
49
  attr_accessor :x
62
50
 
63
51
  # 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.
64
52
  attr_accessor :x5c
65
53
 
66
- # y
67
54
  attr_accessor :y
68
55
 
69
56
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest JSONWebKeySetGeneratorRequest json web key set generator request
17
16
  class JsonWebKeySetGeneratorRequest
18
17
  # The algorithm to be used for creating the key. Supports \"RS256\", \"ES512\", \"HS512\", and \"HS256\"
19
18
  attr_accessor :alg
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Name Name Name Name represents an X.509 distinguished name. This only includes the common elements of a DN. When parsing, all elements are stored in Names and non-standard elements can be extracted from there. When marshaling, elements in ExtraNames are appended and override other values with the same OID.
16
+ # Name Name Name Name Name Name represents an X.509 distinguished name. This only includes the common elements of a DN. When parsing, all elements are stored in Names and non-standard elements can be extracted from there. When marshaling, elements in ExtraNames are appended and override other values with the same OID.
17
17
  class Name
18
18
  # country
19
19
  attr_accessor :country
@@ -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.
47
+ # CreatedAt returns the timestamp of the client's creation. Format: date-time Format: date-time Format: date-time Format: date-time
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.
106
+ # UpdatedAt returns the timestamp of the last update. Format: date-time Format: date-time Format: date-time Format: date-time
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
- # The Access Token Response
16
+ # 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
- # OauthTokenResponse The token response
16
+ # The token response
17
17
  class OauthTokenResponse
18
18
  # The access token issued by the authorization server.
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 The response used to return used consent requests same as HandledLoginRequest, just with consent_request exposed as json
16
+ # 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
 
@@ -39,7 +39,7 @@ module OryHydraClient
39
39
  # scheme
40
40
  attr_accessor :scheme
41
41
 
42
- # Userinfo Userinfo Userinfo The Userinfo type is an immutable encapsulation of username and password details for a URL. An existing Userinfo value is guaranteed to have a username set (potentially empty, as allowed by RFC 2396), and optionally a password.
42
+ # Userinfo Userinfo Userinfo Userinfo Userinfo The Userinfo type is an immutable encapsulation of username and password details for a URL. An existing Userinfo value is guaranteed to have a username set (potentially empty, as allowed by RFC 2396), and optionally a password.
43
43
  attr_accessor :user
44
44
 
45
45
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # UserinfoResponse UserinfoResponse The userinfo response
16
+ # UserinfoResponse 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,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Version Version version
16
+ # Version version
17
17
  class Version
18
18
  # Version is the service's version.
19
19
  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.alpha2'
14
+ VERSION = '1.2.0.alpha3'
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.alpha2
4
+ version: 1.2.0.alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
@@ -85,7 +85,6 @@ files:
85
85
  - docs/AcceptLoginRequest.md
86
86
  - docs/AdminApi.md
87
87
  - docs/AttributeTypeAndValue.md
88
- - docs/Certificate.md
89
88
  - docs/CompletedRequest.md
90
89
  - docs/ConsentRequest.md
91
90
  - docs/ConsentRequestSession.md
@@ -122,7 +121,6 @@ files:
122
121
  - lib/ory-hydra-client/models/accept_consent_request.rb
123
122
  - lib/ory-hydra-client/models/accept_login_request.rb
124
123
  - lib/ory-hydra-client/models/attribute_type_and_value.rb
125
- - lib/ory-hydra-client/models/certificate.rb
126
124
  - lib/ory-hydra-client/models/completed_request.rb
127
125
  - lib/ory-hydra-client/models/consent_request.rb
128
126
  - lib/ory-hydra-client/models/consent_request_session.rb
@@ -158,7 +156,6 @@ files:
158
156
  - spec/models/accept_consent_request_spec.rb
159
157
  - spec/models/accept_login_request_spec.rb
160
158
  - spec/models/attribute_type_and_value_spec.rb
161
- - spec/models/certificate_spec.rb
162
159
  - spec/models/completed_request_spec.rb
163
160
  - spec/models/consent_request_session_spec.rb
164
161
  - spec/models/consent_request_spec.rb
@@ -215,34 +212,33 @@ test_files:
215
212
  - spec/api/public_api_spec.rb
216
213
  - spec/api_client_spec.rb
217
214
  - spec/configuration_spec.rb
218
- - spec/models/o_auth2_client_spec.rb
219
- - spec/models/userinfo_response_spec.rb
220
- - spec/models/o_auth2_token_introspection_spec.rb
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
215
+ - spec/models/oauth2_token_response_spec.rb
225
216
  - spec/models/consent_request_session_spec.rb
226
- - spec/models/well_known_spec.rb
227
- - spec/models/generic_error_spec.rb
228
217
  - spec/models/version_spec.rb
229
- - spec/models/oauth2_token_response_spec.rb
230
- - spec/models/completed_request_spec.rb
231
- - spec/models/consent_request_spec.rb
232
- - spec/models/health_status_spec.rb
233
- - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
234
218
  - spec/models/json_web_key_set_spec.rb
235
- - spec/models/health_not_ready_status_spec.rb
236
- - spec/models/certificate_spec.rb
219
+ - spec/models/json_web_key_spec.rb
220
+ - spec/models/completed_request_spec.rb
221
+ - spec/models/name_spec.rb
222
+ - spec/models/generic_error_spec.rb
237
223
  - spec/models/login_request_spec.rb
238
- - spec/models/accept_consent_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
227
+ - spec/models/open_id_connect_context_spec.rb
239
228
  - spec/models/oauth_token_response_spec.rb
240
- - spec/models/json_web_key_spec.rb
241
- - spec/models/ip_net_spec.rb
242
- - spec/models/logout_request_spec.rb
243
- - spec/models/url_spec.rb
229
+ - spec/models/accept_consent_request_spec.rb
244
230
  - spec/models/accept_login_request_spec.rb
245
- - spec/models/json_web_key_set_generator_request_spec.rb
246
- - spec/models/extension_spec.rb
231
+ - spec/models/health_status_spec.rb
232
+ - spec/models/logout_request_spec.rb
233
+ - spec/models/ip_net_spec.rb
234
+ - 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
247
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
248
244
  - spec/spec_helper.rb
data/docs/Certificate.md DELETED
@@ -1,101 +0,0 @@
1
- # OryHydraClient::Certificate
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **authority_key_id** | **Array<Integer>** | authority key Id | [optional]
8
- **basic_constraints_valid** | **Boolean** | BasicConstraintsValid indicates whether IsCA, MaxPathLen, and MaxPathLenZero are valid. | [optional]
9
- **crl_distribution_points** | **Array<String>** | CRL Distribution Points | [optional]
10
- **dns_names** | **Array<String>** | Subject Alternate Name values. (Note that these values may not be valid if invalid values were contained within a parsed certificate. For example, an element of DNSNames may not be a valid DNS domain name.) | [optional]
11
- **email_addresses** | **Array<String>** | email addresses | [optional]
12
- **excluded_dns_domains** | **Array<String>** | excluded DNS domains | [optional]
13
- **excluded_email_addresses** | **Array<String>** | excluded email addresses | [optional]
14
- **excluded_ip_ranges** | [**Array<IPNet>**](IPNet.md) | excluded IP ranges | [optional]
15
- **excluded_uri_domains** | **Array<String>** | excluded URI domains | [optional]
16
- **ext_key_usage** | **Array<Integer>** | ext key usage | [optional]
17
- **extensions** | [**Array<Extension>**](Extension.md) | Extensions contains raw X.509 extensions. When parsing certificates, this can be used to extract non-critical extensions that are not parsed by this package. When marshaling certificates, the Extensions field is ignored, see ExtraExtensions. | [optional]
18
- **extra_extensions** | [**Array<Extension>**](Extension.md) | ExtraExtensions contains extensions to be copied, raw, into any marshaled certificates. Values override any extensions that would otherwise be produced based on the other fields. The ExtraExtensions field is not populated when parsing certificates, see Extensions. | [optional]
19
- **ip_addresses** | **Array<Array>** | IP addresses | [optional]
20
- **is_ca** | **Boolean** | is c a | [optional]
21
- **issuer** | [**Name**](Name.md) | | [optional]
22
- **issuing_certificate_url** | **Array<String>** | issuing certificate URL | [optional]
23
- **key_usage** | **Integer** | KeyUsage KeyUsage KeyUsage KeyUsage represents the set of actions that are valid for a given key. It's a bitmap of the KeyUsage* constants. | [optional]
24
- **max_path_len** | **Integer** | MaxPathLen and MaxPathLenZero indicate the presence and value of the BasicConstraints' \"pathLenConstraint\". When parsing a certificate, a positive non-zero MaxPathLen means that the field was specified, -1 means it was unset, and MaxPathLenZero being true mean that the field was explicitly set to zero. The case of MaxPathLen==0 with MaxPathLenZero==false should be treated equivalent to -1 (unset). When generating a certificate, an unset pathLenConstraint can be requested with either MaxPathLen == -1 or using the zero value for both MaxPathLen and MaxPathLenZero. | [optional]
25
- **max_path_len_zero** | **Boolean** | MaxPathLenZero indicates that BasicConstraintsValid==true and MaxPathLen==0 should be interpreted as an actual maximum path length of zero. Otherwise, that combination is interpreted as MaxPathLen not being set. | [optional]
26
- **not_before** | **DateTime** | not before Format: date-time Format: date-time Format: date-time | [optional]
27
- **ocsp_server** | **Array<String>** | RFC 5280, 4.2.2.1 (Authority Information Access) | [optional]
28
- **permitted_dns_domains** | **Array<String>** | permitted DNS domains | [optional]
29
- **permitted_dns_domains_critical** | **Boolean** | Name constraints | [optional]
30
- **permitted_email_addresses** | **Array<String>** | permitted email addresses | [optional]
31
- **permitted_ip_ranges** | [**Array<IPNet>**](IPNet.md) | permitted IP ranges | [optional]
32
- **permitted_uri_domains** | **Array<String>** | permitted URI domains | [optional]
33
- **policy_identifiers** | **Array<Array>** | policy identifiers | [optional]
34
- **public_key** | [**Object**](.md) | public key | [optional]
35
- **public_key_algorithm** | **Integer** | PublicKeyAlgorithm PublicKeyAlgorithm PublicKeyAlgorithm public key algorithm | [optional]
36
- **raw** | **Array<Integer>** | raw | [optional]
37
- **raw_issuer** | **Array<Integer>** | raw issuer | [optional]
38
- **raw_subject** | **Array<Integer>** | raw subject | [optional]
39
- **raw_subject_public_key_info** | **Array<Integer>** | raw subject public key info | [optional]
40
- **raw_tbs_certificate** | **Array<Integer>** | raw t b s certificate | [optional]
41
- **serial_number** | [**Object**](.md) | Operations always take pointer arguments (*Int) rather than Int values, and each unique Int value requires its own unique *Int pointer. To \"copy\" an Int value, an existing (or newly allocated) Int must be set to a new value using the Int.Set method; shallow copies of Ints are not supported and may lead to errors. | [optional]
42
- **signature** | **Array<Integer>** | signature | [optional]
43
- **signature_algorithm** | **Integer** | SignatureAlgorithm SignatureAlgorithm SignatureAlgorithm signature algorithm | [optional]
44
- **subject** | [**Name**](Name.md) | | [optional]
45
- **subject_key_id** | **Array<Integer>** | subject key Id | [optional]
46
- **ur_is** | [**Array<URL>**](URL.md) | u r is | [optional]
47
- **unhandled_critical_extensions** | **Array<Array>** | UnhandledCriticalExtensions contains a list of extension IDs that were not (fully) processed when parsing. Verify will fail if this slice is non-empty, unless verification is delegated to an OS library which understands all the critical extensions. Users can access these extensions using Extensions and can remove elements from this slice if they believe that they have been handled. | [optional]
48
- **unknown_ext_key_usage** | **Array<Array>** | unknown ext key usage | [optional]
49
- **version** | **Integer** | version | [optional]
50
-
51
- ## Code Sample
52
-
53
- ```ruby
54
- require 'OryHydraClient'
55
-
56
- instance = OryHydraClient::Certificate.new(authority_key_id: null,
57
- basic_constraints_valid: null,
58
- crl_distribution_points: null,
59
- dns_names: null,
60
- email_addresses: null,
61
- excluded_dns_domains: null,
62
- excluded_email_addresses: null,
63
- excluded_ip_ranges: null,
64
- excluded_uri_domains: null,
65
- ext_key_usage: null,
66
- extensions: null,
67
- extra_extensions: null,
68
- ip_addresses: null,
69
- is_ca: null,
70
- issuer: null,
71
- issuing_certificate_url: null,
72
- key_usage: null,
73
- max_path_len: null,
74
- max_path_len_zero: null,
75
- not_before: null,
76
- ocsp_server: null,
77
- permitted_dns_domains: null,
78
- permitted_dns_domains_critical: null,
79
- permitted_email_addresses: null,
80
- permitted_ip_ranges: null,
81
- permitted_uri_domains: null,
82
- policy_identifiers: null,
83
- public_key: null,
84
- public_key_algorithm: null,
85
- raw: null,
86
- raw_issuer: null,
87
- raw_subject: null,
88
- raw_subject_public_key_info: null,
89
- raw_tbs_certificate: null,
90
- serial_number: null,
91
- signature: null,
92
- signature_algorithm: null,
93
- subject: null,
94
- subject_key_id: null,
95
- ur_is: null,
96
- unhandled_critical_extensions: null,
97
- unknown_ext_key_usage: null,
98
- version: null)
99
- ```
100
-
101
-