Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Feb 16, 2022
1 parent 8b1c967 commit 3659006
Show file tree
Hide file tree
Showing 80 changed files with 346 additions and 302 deletions.
133 changes: 74 additions & 59 deletions internal/httpclient-next/api/openapi.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**NotAfter** | Pointer to **time.Time** | 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 Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time | [optional]
**NotAfter** | Pointer to **time.Time** | 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 Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time | [optional]

## Methods

Expand Down
2 changes: 1 addition & 1 deletion internal/httpclient-next/docs/FlushLoginConsentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**NotAfter** | Pointer to **time.Time** | NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recent login and consent database entries for auditing. Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time | [optional]
**NotAfter** | Pointer to **time.Time** | NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recent login and consent database entries for auditing. Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time Format: date-time | [optional]

## Methods

Expand Down
24 changes: 12 additions & 12 deletions internal/httpclient-next/docs/JSONWebKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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. |
**Crv** | Pointer to **string** | | [optional]
**D** | Pointer to **string** | | [optional]
**Dp** | Pointer to **string** | | [optional]
**Dq** | Pointer to **string** | | [optional]
**E** | Pointer to **string** | | [optional]
**K** | Pointer to **string** | | [optional]
**Crv** | Pointer to **string** | crv | [optional]
**D** | Pointer to **string** | d | [optional]
**Dp** | Pointer to **string** | dp | [optional]
**Dq** | Pointer to **string** | dq | [optional]
**E** | Pointer to **string** | e | [optional]
**K** | Pointer to **string** | k | [optional]
**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. |
**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. |
**N** | Pointer to **string** | | [optional]
**P** | Pointer to **string** | | [optional]
**Q** | Pointer to **string** | | [optional]
**Qi** | Pointer to **string** | | [optional]
**N** | Pointer to **string** | n | [optional]
**P** | Pointer to **string** | p | [optional]
**Q** | Pointer to **string** | q | [optional]
**Qi** | Pointer to **string** | qi | [optional]
**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). |
**X** | Pointer to **string** | | [optional]
**X** | Pointer to **string** | x | [optional]
**X5c** | Pointer to **[]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]
**Y** | Pointer to **string** | | [optional]
**Y** | Pointer to **string** | y | [optional]

## Methods

Expand Down
6 changes: 3 additions & 3 deletions internal/httpclient-next/docs/TrustedJwtGrantIssuer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CreatedAt** | Pointer to **time.Time** | The \"created_at\" indicates, when grant was created. Format: date-time | [optional]
**ExpiresAt** | Pointer to **time.Time** | The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\". Format: date-time | [optional]
**Id** | Pointer to **string** | id | [optional]
**CreatedAt** | Pointer to **time.Time** | The \"created_at\" indicates, when grant was created. | [optional]
**ExpiresAt** | Pointer to **time.Time** | The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\". | [optional]
**Id** | Pointer to **string** | | [optional]
**Issuer** | Pointer to **string** | The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT). | [optional]
**PublicKey** | Pointer to [**TrustedJsonWebKey**](TrustedJsonWebKey.md) | | [optional]
**Scope** | Pointer to **[]string** | The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) | [optional]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions internal/httpclient-next/model_flush_login_consent_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_generic_error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_health_not_ready_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_health_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 27 additions & 15 deletions internal/httpclient-next/model_json_web_key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_json_web_key_set.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_oauth_token_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_plugin_config_args.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_plugin_config_interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_plugin_config_linux_.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_plugin_config_network.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_plugin_config_rootfs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient-next/model_plugin_config_user.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3659006

Please sign in to comment.