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 Sep 19, 2023
1 parent 5dd7d30 commit e1636d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 355 deletions.
6 changes: 2 additions & 4 deletions internal/httpclient/api/openapi.yaml
Expand Up @@ -2613,10 +2613,8 @@ components:
title: Time duration
type: string
client_id:
description: |-
OAuth 2.0 Client ID
The ID is autogenerated and immutable.
description: "OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided,\
\ a UUID4 will be generated."
type: string
client_name:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion internal/httpclient/docs/OAuth2Client.md
Expand Up @@ -13,7 +13,7 @@ Name | Type | Description | Notes
**BackchannelLogoutSessionRequired** | Pointer to **bool** | OpenID Connect Back-Channel Logout Session Required Boolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout Token to identify the RP session with the OP when the backchannel_logout_uri is used. If omitted, the default value is false. | [optional]
**BackchannelLogoutUri** | Pointer to **string** | OpenID Connect Back-Channel Logout URI RP URL that will cause the RP to log itself out when sent a Logout Token by the OP. | [optional]
**ClientCredentialsGrantAccessTokenLifespan** | Pointer to **string** | Specify a time duration in milliseconds, seconds, minutes, hours. | [optional]
**ClientId** | Pointer to **string** | OAuth 2.0 Client ID The ID is autogenerated and immutable. | [optional]
**ClientId** | Pointer to **string** | OAuth 2.0 Client ID The ID is immutable. If no ID is provided, a UUID4 will be generated. | [optional]
**ClientName** | Pointer to **string** | OAuth 2.0 Client Name The human-readable name of the client to be presented to the end-user during authorization. | [optional]
**ClientSecret** | Pointer to **string** | OAuth 2.0 Client Secret The secret will be included in the create request as cleartext, and then never again. The secret is kept in hashed format and is not recoverable once lost. | [optional]
**ClientSecretExpiresAt** | Pointer to **int64** | OAuth 2.0 Client Secret Expires At The field is currently not supported and its value is always 0. | [optional]
Expand Down

0 comments on commit e1636d1

Please sign in to comment.