Skip to content

Commit

Permalink
Authlete CI - 42f5b2ace7abd5f602730e8aa9412bfa73ec9f94
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Apr 8, 2024
1 parent 099e4c7 commit 35f6294
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 217 deletions.
32 changes: 6 additions & 26 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18624,7 +18624,6 @@ components:
type: object
pushed_authorization_response:
example:
clientAuthMethod: NONE
resultCode: resultCode
action: CREATED
requestUri: requestUri
Expand Down Expand Up @@ -18658,20 +18657,6 @@ components:
The content that the authorization server implementation is to return to the client
application.
type: string
clientAuthMethod:
description: |
The client authentication method that the client application declares that it uses at the token
endpoint. This property corresponds to `token_endpoint_auth_method` in [OpenID Connect Dynamic
Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
enum:
- NONE
- CLIENT_SECRET_BASIC
- CLIENT_SECRET_POST
- CLIENT_SECRET_JWT
- PRIVATE_KEY_JWT
- TLS_CLIENT_AUTH
- SELF_SIGNED_TLS_CLIENT_AUTH
type: string
type: object
token_request:
properties:
Expand Down Expand Up @@ -18759,7 +18744,6 @@ components:
clientIdAlias: clientIdAlias
jwtAccessToken: jwtAccessToken
password: password
clientAuthMethod: clientAuthMethod
action: INTERNAL_SERVER_ERROR
audiences:
- audiences
Expand Down Expand Up @@ -19062,10 +19046,6 @@ components:
items:
$ref: '#/components/schemas/Pair'
type: array
clientAuthMethod:
description: |
The client authentication method that was performed at the token endpoint.
type: string
grantId:
description: |
the value of the `grant_id` request parameter of the device authorization request.
Expand Down Expand Up @@ -21430,7 +21410,6 @@ components:
claimNames:
- claimNames
- claimNames
clientAuthMethod: clientAuthMethod
deliveryMode: null
action: INTERNAL_SERVER_ERROR
serviceAttributes:
Expand Down Expand Up @@ -21732,10 +21711,6 @@ components:
type: array
deliveryMode:
$ref: '#/components/schemas/delivery_mode'
clientAuthMethod:
description: |
The client authentication method that was performed.
type: string
gmAction:
$ref: '#/components/schemas/grant_management_action'
grantId:
Expand Down Expand Up @@ -23556,6 +23531,7 @@ components:
actions:
- actions
- actions
refreshTokenExpiresAt: 6
accessTokenExpiresAt: 0
resultCode: resultCode
action: INTERNAL_SERVER_ERROR
Expand Down Expand Up @@ -23617,10 +23593,14 @@ components:
The token type associated with the access token.
type: string
forExternalAttachment:
description: |-
description: |
the flag which indicates whether the access token is for an external
attachment.
type: boolean
refreshTokenExpiresAt:
description: The date at which the refresh token will expire.
format: int64
type: integer
type: object
token_revoke_request:
properties:
Expand Down
26 changes: 0 additions & 26 deletions docs/BackchannelAuthenticationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Name | Type | Description | Notes
**ClientAttributes** | Pointer to [**[]Pair**](Pair.md) | The attributes of the client. | [optional]
**DynamicScopes** | Pointer to [**[]DynamicScope**](DynamicScope.md) | The dynamic scopes which the client application requested by the scope request parameter. | [optional]
**DeliveryMode** | Pointer to [**DeliveryMode**](DeliveryMode.md) | | [optional]
**ClientAuthMethod** | Pointer to **string** | The client authentication method that was performed. | [optional]
**GmAction** | Pointer to [**GrantManagementAction**](GrantManagementAction.md) | | [optional]
**GrantId** | Pointer to **string** | the value of the `grant_id` request parameter of the device authorization request. The `grant_id` request parameter is defined in [Grant Management for OAuth 2.0](https://openid.net/specs/fapi-grant-management.html) , which is supported by Authlete 2.3 and newer versions. | [optional]
**Grant** | Pointer to [**Grant**](Grant.md) | | [optional]
Expand Down Expand Up @@ -759,31 +758,6 @@ SetDeliveryMode sets DeliveryMode field to given value.

HasDeliveryMode returns a boolean if a field has been set.

### GetClientAuthMethod

`func (o *BackchannelAuthenticationResponse) GetClientAuthMethod() string`

GetClientAuthMethod returns the ClientAuthMethod field if non-nil, zero value otherwise.

### GetClientAuthMethodOk

`func (o *BackchannelAuthenticationResponse) GetClientAuthMethodOk() (*string, bool)`

GetClientAuthMethodOk returns a tuple with the ClientAuthMethod field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetClientAuthMethod

`func (o *BackchannelAuthenticationResponse) SetClientAuthMethod(v string)`

SetClientAuthMethod sets ClientAuthMethod field to given value.

### HasClientAuthMethod

`func (o *BackchannelAuthenticationResponse) HasClientAuthMethod() bool`

HasClientAuthMethod returns a boolean if a field has been set.

### GetGmAction

`func (o *BackchannelAuthenticationResponse) GetGmAction() GrantManagementAction`
Expand Down
26 changes: 0 additions & 26 deletions docs/PushedAuthorizationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**Action** | Pointer to **string** | The next action that the authorization server implementation should take. Any other value other than \"CREATED\" should be handled as unsuccessful result. | [optional]
**RequestUri** | Pointer to **string** | The request_uri created to the client to be used as request_uri on the authorize call. | [optional]
**ResponseContent** | Pointer to **string** | The content that the authorization server implementation is to return to the client application. | [optional]
**ClientAuthMethod** | Pointer to **string** | The client authentication method that the client application declares that it uses at the token endpoint. This property corresponds to `token_endpoint_auth_method` in [OpenID Connect Dynamic Client Registration 1.0, 2. Client Metadata](https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata). | [optional]

## Methods

Expand Down Expand Up @@ -155,31 +154,6 @@ SetResponseContent sets ResponseContent field to given value.

HasResponseContent returns a boolean if a field has been set.

### GetClientAuthMethod

`func (o *PushedAuthorizationResponse) GetClientAuthMethod() string`

GetClientAuthMethod returns the ClientAuthMethod field if non-nil, zero value otherwise.

### GetClientAuthMethodOk

`func (o *PushedAuthorizationResponse) GetClientAuthMethodOk() (*string, bool)`

GetClientAuthMethodOk returns a tuple with the ClientAuthMethod field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetClientAuthMethod

`func (o *PushedAuthorizationResponse) SetClientAuthMethod(v string)`

SetClientAuthMethod sets ClientAuthMethod field to given value.

### HasClientAuthMethod

`func (o *PushedAuthorizationResponse) HasClientAuthMethod() bool`

HasClientAuthMethod returns a boolean if a field has been set.


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

Expand Down
26 changes: 0 additions & 26 deletions docs/TokenResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Name | Type | Description | Notes
**AuthorizationDetails** | Pointer to [**AuthorizationDetails**](AuthorizationDetails.md) | | [optional]
**ServiceAttributes** | Pointer to [**[]Pair**](Pair.md) | The attributes of this service that the client application belongs to. | [optional]
**ClientAttributes** | Pointer to [**[]Pair**](Pair.md) | The attributes of the client. | [optional]
**ClientAuthMethod** | Pointer to **string** | The client authentication method that was performed at the token endpoint. | [optional]
**GrantId** | Pointer to **string** | the value of the `grant_id` request parameter of the device authorization request. The `grant_id` request parameter is defined in [Grant Management for OAuth 2.0](https://openid.net/specs/fapi-grant-management.html) , which is supported by Authlete 2.3 and newer versions. | [optional]
**Audiences** | Pointer to **[]string** | The audiences on the token exchange request | [optional]
**RequestedTokenType** | Pointer to [**TokenType**](TokenType.md) | | [optional]
Expand Down Expand Up @@ -740,31 +739,6 @@ SetClientAttributes sets ClientAttributes field to given value.

HasClientAttributes returns a boolean if a field has been set.

### GetClientAuthMethod

`func (o *TokenResponse) GetClientAuthMethod() string`

GetClientAuthMethod returns the ClientAuthMethod field if non-nil, zero value otherwise.

### GetClientAuthMethodOk

`func (o *TokenResponse) GetClientAuthMethodOk() (*string, bool)`

GetClientAuthMethodOk returns a tuple with the ClientAuthMethod field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetClientAuthMethod

`func (o *TokenResponse) SetClientAuthMethod(v string)`

SetClientAuthMethod sets ClientAuthMethod field to given value.

### HasClientAuthMethod

`func (o *TokenResponse) HasClientAuthMethod() bool`

HasClientAuthMethod returns a boolean if a field has been set.

### GetGrantId

`func (o *TokenResponse) GetGrantId() string`
Expand Down
28 changes: 27 additions & 1 deletion docs/TokenUpdateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Name | Type | Description | Notes
**Scopes** | Pointer to **[]string** | The scopes associated with the access token. | [optional]
**AuthorizationDetails** | Pointer to [**AuthorizationDetails**](AuthorizationDetails.md) | | [optional]
**TokenType** | Pointer to **string** | The token type associated with the access token. | [optional]
**ForExternalAttachment** | Pointer to **bool** | the flag which indicates whether the access token is for an external attachment. | [optional]
**ForExternalAttachment** | Pointer to **bool** | the flag which indicates whether the access token is for an external attachment. | [optional]
**RefreshTokenExpiresAt** | Pointer to **int64** | The date at which the refresh token will expire. | [optional]

## Methods

Expand Down Expand Up @@ -284,6 +285,31 @@ SetForExternalAttachment sets ForExternalAttachment field to given value.

HasForExternalAttachment returns a boolean if a field has been set.

### GetRefreshTokenExpiresAt

`func (o *TokenUpdateResponse) GetRefreshTokenExpiresAt() int64`

GetRefreshTokenExpiresAt returns the RefreshTokenExpiresAt field if non-nil, zero value otherwise.

### GetRefreshTokenExpiresAtOk

`func (o *TokenUpdateResponse) GetRefreshTokenExpiresAtOk() (*int64, bool)`

GetRefreshTokenExpiresAtOk returns a tuple with the RefreshTokenExpiresAt field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetRefreshTokenExpiresAt

`func (o *TokenUpdateResponse) SetRefreshTokenExpiresAt(v int64)`

SetRefreshTokenExpiresAt sets RefreshTokenExpiresAt field to given value.

### HasRefreshTokenExpiresAt

`func (o *TokenUpdateResponse) HasRefreshTokenExpiresAt() bool`

HasRefreshTokenExpiresAt returns a boolean if a field has been set.


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

Expand Down
37 changes: 0 additions & 37 deletions model_backchannel_authentication_response.go

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

37 changes: 0 additions & 37 deletions model_pushed_authorization_response.go

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

Loading

0 comments on commit 35f6294

Please sign in to comment.