Skip to content

Commit df14c6f

Browse files
author
CI
committed
Authlete CI - 0b9037919278dd741129cf11c0fe96d8f86949ca
1 parent 490c6ea commit df14c6f

7 files changed

+17
-46
lines changed

api/openapi.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12919,8 +12919,6 @@ components:
1291912919
enum:
1292012920
- WEB
1292112921
- NATIVE
12922-
- null
12923-
nullable: true
1292412922
type: string
1292512923
AuthorizationDetails:
1292612924
description: |
@@ -21390,7 +21388,7 @@ components:
2139021388
The set of scopes that the client application is allowed to request.
2139121389
This parameter will be one of the following. Details are described in the description.
2139221390

21393-
- null
21391+
2139421392
- an empty set
2139521393
- a set with at least one element
2139621394

@@ -24282,8 +24280,6 @@ components:
2428224280
enum:
2428324281
- WEB
2428424282
- NATIVE
24285-
- null
24286-
nullable: true
2428724283
type: string
2428824284
authz_details:
2428924285
description: |

docs/ApplicationType.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
* `NATIVE` (value: `"NATIVE"`)
99

10-
* `NULL` (value: `"null"`)
11-
1210

1311
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1412

docs/Client.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**ClientIdAlias** | Pointer to **string** | The alias of the client ID. Note that the client ID alias is recognized only when this client's `clientIdAliasEnabled` property is set to `true` AND the service's `clientIdAliasEnabled` property is also set to `true`. | [optional]
1717
**ClientIdAliasEnabled** | Pointer to **bool** | The flag to indicate whether the client ID alias is enabled or not. Note that a service also has `clientIdAliasEnabled` property. If the service's `clientIdAliasEnabled` property is set to `false`, the client ID alias of this client is not recognized even if this client's `clientIdAliasEnabled` property is set to `true`. | [optional]
1818
**ClientType** | Pointer to [**ClientType**](ClientType.md) | | [optional]
19-
**ApplicationType** | Pointer to [**NullableApplicationType**](ApplicationType.md) | | [optional]
19+
**ApplicationType** | Pointer to [**ApplicationType**](ApplicationType.md) | | [optional]
2020
**LogoUri** | Pointer to **string** | The URL pointing to the logo image of the client application. This property corresponds to `logo_uri` in [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata). | [optional]
2121
**LogoUris** | Pointer to [**[]TaggedValue**](TaggedValue.md) | Logo image URLs with language tags. If the client application has different logo images for different languages, this property can be used to register URLs of the images. | [optional]
2222
**Contacts** | Pointer to **[]string** | An array of email addresses of people responsible for the client application. This property corresponds to contacts in [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata). | [optional]
@@ -442,16 +442,6 @@ SetApplicationType sets ApplicationType field to given value.
442442

443443
HasApplicationType returns a boolean if a field has been set.
444444

445-
### SetApplicationTypeNil
446-
447-
`func (o *Client) SetApplicationTypeNil(b bool)`
448-
449-
SetApplicationTypeNil sets the value for ApplicationType to be an explicit nil
450-
451-
### UnsetApplicationType
452-
`func (o *Client) UnsetApplicationType()`
453-
454-
UnsetApplicationType ensures that no value is present for ApplicationType, not even an explicit nil
455445
### GetLogoUri
456446

457447
`func (o *Client) GetLogoUri() string`

docs/ClientExtensionRequestableScopesUpdateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**RequestableScopes** | Pointer to **[]string** | The set of scopes that the client application is allowed to request. This parameter will be one of the following. Details are described in the description. - null - an empty set - a set with at least one element If this parameter contains scopes that the service does not support, those scopes are just ignored. Also, if this parameter is `null` or is not included in the request, it is equivalent to calling `/client/extension/requestable_scopes/delete` API. | [optional]
7+
**RequestableScopes** | Pointer to **[]string** | The set of scopes that the client application is allowed to request. This parameter will be one of the following. Details are described in the description. - an empty set - a set with at least one element If this parameter contains scopes that the service does not support, those scopes are just ignored. Also, if this parameter is `null` or is not included in the request, it is equivalent to calling `/client/extension/requestable_scopes/delete` API. | [optional]
88

99
## Methods
1010

model_application_type.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model_client.go

Lines changed: 13 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model_client_extension_requestable_scopes_update_request.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)