diff --git a/line-openapi b/line-openapi index c14fa72b4..3a04af12d 160000 --- a/line-openapi +++ b/line-openapi @@ -1 +1 @@ -Subproject commit c14fa72b4c36708ae626b928cbe62602aa965025 +Subproject commit 3a04af12d49126d64d2ed30bb33d47dcc32d2011 diff --git a/linebot/v3/liff/api/async_liff.py b/linebot/v3/liff/api/async_liff.py index 0254cd32d..9b9f591c6 100644 --- a/linebot/v3/liff/api/async_liff.py +++ b/linebot/v3/liff/api/async_liff.py @@ -59,7 +59,7 @@ def add_liff_app(self, add_liff_app_request : AddLiffAppRequest, async_req: Opti @validate_arguments def add_liff_app(self, add_liff_app_request : AddLiffAppRequest, async_req: Optional[bool]=None, **kwargs) -> Union[AddLiffAppResponse, Awaitable[AddLiffAppResponse]]: # noqa: E501 - """add_liff_app # noqa: E501 + """Create LIFF app # noqa: E501 Adding the LIFF app to a channel # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -90,7 +90,7 @@ def add_liff_app(self, add_liff_app_request : AddLiffAppRequest, async_req: Opti @validate_arguments def add_liff_app_with_http_info(self, add_liff_app_request : AddLiffAppRequest, **kwargs) -> ApiResponse: # noqa: E501 - """add_liff_app # noqa: E501 + """Create LIFF app # noqa: E501 Adding the LIFF app to a channel # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -509,7 +509,7 @@ def update_liff_app(self, liff_id : Annotated[StrictStr, Field(..., description= @validate_arguments def update_liff_app(self, liff_id : Annotated[StrictStr, Field(..., description="ID of the LIFF app to be updated")], update_liff_app_request : UpdateLiffAppRequest, async_req: Optional[bool]=None, **kwargs) -> Union[None, Awaitable[None]]: # noqa: E501 - """update_liff_app # noqa: E501 + """Update LIFF app from a channel # noqa: E501 Update LIFF app settings # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -542,7 +542,7 @@ def update_liff_app(self, liff_id : Annotated[StrictStr, Field(..., description= @validate_arguments def update_liff_app_with_http_info(self, liff_id : Annotated[StrictStr, Field(..., description="ID of the LIFF app to be updated")], update_liff_app_request : UpdateLiffAppRequest, **kwargs) -> ApiResponse: # noqa: E501 - """update_liff_app # noqa: E501 + """Update LIFF app from a channel # noqa: E501 Update LIFF app settings # noqa: E501 This method makes a synchronous HTTP request by default. To make an diff --git a/linebot/v3/liff/api/liff.py b/linebot/v3/liff/api/liff.py index 04af2a649..7ce2b3a69 100644 --- a/linebot/v3/liff/api/liff.py +++ b/linebot/v3/liff/api/liff.py @@ -49,7 +49,7 @@ def __init__(self, api_client=None): @validate_arguments def add_liff_app(self, add_liff_app_request : AddLiffAppRequest, **kwargs) -> AddLiffAppResponse: # noqa: E501 - """add_liff_app # noqa: E501 + """Create LIFF app # noqa: E501 Adding the LIFF app to a channel # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -78,7 +78,7 @@ def add_liff_app(self, add_liff_app_request : AddLiffAppRequest, **kwargs) -> Ad @validate_arguments def add_liff_app_with_http_info(self, add_liff_app_request : AddLiffAppRequest, **kwargs) -> ApiResponse: # noqa: E501 - """add_liff_app # noqa: E501 + """Create LIFF app # noqa: E501 Adding the LIFF app to a channel # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -469,7 +469,7 @@ def get_all_liff_apps_with_http_info(self, **kwargs) -> ApiResponse: # noqa: E5 @validate_arguments def update_liff_app(self, liff_id : Annotated[StrictStr, Field(..., description="ID of the LIFF app to be updated")], update_liff_app_request : UpdateLiffAppRequest, **kwargs) -> None: # noqa: E501 - """update_liff_app # noqa: E501 + """Update LIFF app from a channel # noqa: E501 Update LIFF app settings # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -500,7 +500,7 @@ def update_liff_app(self, liff_id : Annotated[StrictStr, Field(..., description= @validate_arguments def update_liff_app_with_http_info(self, liff_id : Annotated[StrictStr, Field(..., description="ID of the LIFF app to be updated")], update_liff_app_request : UpdateLiffAppRequest, **kwargs) -> ApiResponse: # noqa: E501 - """update_liff_app # noqa: E501 + """Update LIFF app from a channel # noqa: E501 Update LIFF app settings # noqa: E501 This method makes a synchronous HTTP request by default. To make an diff --git a/linebot/v3/liff/docs/Liff.md b/linebot/v3/liff/docs/Liff.md index c38389904..b1a34fa97 100644 --- a/linebot/v3/liff/docs/Liff.md +++ b/linebot/v3/liff/docs/Liff.md @@ -4,16 +4,16 @@ All URIs are relative to *https://api.line.me* Method | HTTP request | Description ------------- | ------------- | ------------- -[**add_liff_app**](Liff.md#add_liff_app) | **POST** /liff/v1/apps | +[**add_liff_app**](Liff.md#add_liff_app) | **POST** /liff/v1/apps | Create LIFF app [**delete_liff_app**](Liff.md#delete_liff_app) | **DELETE** /liff/v1/apps/{liffId} | Delete LIFF app from a channel [**get_all_liff_apps**](Liff.md#get_all_liff_apps) | **GET** /liff/v1/apps | Get all LIFF apps -[**update_liff_app**](Liff.md#update_liff_app) | **PUT** /liff/v1/apps/{liffId} | +[**update_liff_app**](Liff.md#update_liff_app) | **PUT** /liff/v1/apps/{liffId} | Update LIFF app from a channel # **add_liff_app** > AddLiffAppResponse add_liff_app(add_liff_app_request) - +Create LIFF app Adding the LIFF app to a channel @@ -52,6 +52,7 @@ with linebot.v3.liff.ApiClient(configuration) as api_client: add_liff_app_request = linebot.v3.liff.AddLiffAppRequest() # AddLiffAppRequest | try: + # Create LIFF app api_response = api_instance.add_liff_app(add_liff_app_request) print("The response of Liff->add_liff_app:\n") pprint(api_response) @@ -83,7 +84,7 @@ Name | Type | Description | Notes | Status code | Description | Response headers | |-------------|-------------|------------------| **200** | OK | - | -**400** | This status code means one of the following: - The request contains an invalid value. - The maximum number of LIFF apps that can be added to the channel has been reached. | - | +**400** | This status code means one of the following: - The request contains an invalid value. - The maximum number of LIFF apps that can be added to the channel has been reached. | - | **401** | Authentication failed. | - | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) @@ -240,7 +241,7 @@ This endpoint does not need any parameter. # **update_liff_app** > update_liff_app(liff_id, update_liff_app_request) - +Update LIFF app from a channel Update LIFF app settings @@ -279,6 +280,7 @@ with linebot.v3.liff.ApiClient(configuration) as api_client: update_liff_app_request = linebot.v3.liff.UpdateLiffAppRequest() # UpdateLiffAppRequest | try: + # Update LIFF app from a channel api_instance.update_liff_app(liff_id, update_liff_app_request) except Exception as e: print("Exception when calling Liff->update_liff_app: %s\n" % e) diff --git a/linebot/v3/moduleattach/api/async_line_module_attach.py b/linebot/v3/moduleattach/api/async_line_module_attach.py index 2f2e2448f..5ac27aacc 100644 --- a/linebot/v3/moduleattach/api/async_line_module_attach.py +++ b/linebot/v3/moduleattach/api/async_line_module_attach.py @@ -49,15 +49,15 @@ def __init__(self, api_client=None): @overload - async def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(description="authorization_code")] = None, code : Annotated[Optional[StrictStr], Field(description="Authorization code received from the LINE Platform.")] = None, redirect_uri : Annotated[Optional[StrictStr], Field(description="Specify the redirect_uri specified in the URL for authentication and authorization.")] = None, code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> AttachModuleResponse: # noqa: E501 + async def attach_module(self, grant_type : Annotated[StrictStr, Field(..., description="authorization_code")], code : Annotated[StrictStr, Field(..., description="Authorization code received from the LINE Platform.")], redirect_uri : Annotated[StrictStr, Field(..., description="Specify the redirect_uri specified in the URL for authentication and authorization.")], code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> AttachModuleResponse: # noqa: E501 ... @overload - def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(description="authorization_code")] = None, code : Annotated[Optional[StrictStr], Field(description="Authorization code received from the LINE Platform.")] = None, redirect_uri : Annotated[Optional[StrictStr], Field(description="Specify the redirect_uri specified in the URL for authentication and authorization.")] = None, code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, async_req: Optional[bool]=True, **kwargs) -> AttachModuleResponse: # noqa: E501 + def attach_module(self, grant_type : Annotated[StrictStr, Field(..., description="authorization_code")], code : Annotated[StrictStr, Field(..., description="Authorization code received from the LINE Platform.")], redirect_uri : Annotated[StrictStr, Field(..., description="Specify the redirect_uri specified in the URL for authentication and authorization.")], code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, async_req: Optional[bool]=True, **kwargs) -> AttachModuleResponse: # noqa: E501 ... @validate_arguments - def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(description="authorization_code")] = None, code : Annotated[Optional[StrictStr], Field(description="Authorization code received from the LINE Platform.")] = None, redirect_uri : Annotated[Optional[StrictStr], Field(description="Specify the redirect_uri specified in the URL for authentication and authorization.")] = None, code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[AttachModuleResponse, Awaitable[AttachModuleResponse]]: # noqa: E501 + def attach_module(self, grant_type : Annotated[StrictStr, Field(..., description="authorization_code")], code : Annotated[StrictStr, Field(..., description="Authorization code received from the LINE Platform.")], redirect_uri : Annotated[StrictStr, Field(..., description="Specify the redirect_uri specified in the URL for authentication and authorization.")], code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[AttachModuleResponse, Awaitable[AttachModuleResponse]]: # noqa: E501 """attach_module # noqa: E501 Attach by operation of the module channel provider # noqa: E501 @@ -67,11 +67,11 @@ def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(descri >>> thread = api.attach_module(grant_type, code, redirect_uri, code_verifier, client_id, client_secret, region, basic_search_id, scope, brand_type, async_req=True) >>> result = thread.get() - :param grant_type: authorization_code + :param grant_type: authorization_code (required) :type grant_type: str - :param code: Authorization code received from the LINE Platform. + :param code: Authorization code received from the LINE Platform. (required) :type code: str - :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. + :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. (required) :type redirect_uri: str :param code_verifier: Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks. :type code_verifier: str @@ -106,7 +106,7 @@ def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(descri return self.attach_module_with_http_info(grant_type, code, redirect_uri, code_verifier, client_id, client_secret, region, basic_search_id, scope, brand_type, **kwargs) # noqa: E501 @validate_arguments - def attach_module_with_http_info(self, grant_type : Annotated[Optional[StrictStr], Field(description="authorization_code")] = None, code : Annotated[Optional[StrictStr], Field(description="Authorization code received from the LINE Platform.")] = None, redirect_uri : Annotated[Optional[StrictStr], Field(description="Specify the redirect_uri specified in the URL for authentication and authorization.")] = None, code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def attach_module_with_http_info(self, grant_type : Annotated[StrictStr, Field(..., description="authorization_code")], code : Annotated[StrictStr, Field(..., description="Authorization code received from the LINE Platform.")], redirect_uri : Annotated[StrictStr, Field(..., description="Specify the redirect_uri specified in the URL for authentication and authorization.")], code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> ApiResponse: # noqa: E501 """attach_module # noqa: E501 Attach by operation of the module channel provider # noqa: E501 @@ -116,11 +116,11 @@ def attach_module_with_http_info(self, grant_type : Annotated[Optional[StrictStr >>> thread = api.attach_module_with_http_info(grant_type, code, redirect_uri, code_verifier, client_id, client_secret, region, basic_search_id, scope, brand_type, async_req=True) >>> result = thread.get() - :param grant_type: authorization_code + :param grant_type: authorization_code (required) :type grant_type: str - :param code: Authorization code received from the LINE Platform. + :param code: Authorization code received from the LINE Platform. (required) :type code: str - :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. + :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. (required) :type redirect_uri: str :param code_verifier: Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks. :type code_verifier: str diff --git a/linebot/v3/moduleattach/api/line_module_attach.py b/linebot/v3/moduleattach/api/line_module_attach.py index a134d2710..e18bdac41 100644 --- a/linebot/v3/moduleattach/api/line_module_attach.py +++ b/linebot/v3/moduleattach/api/line_module_attach.py @@ -47,7 +47,7 @@ def __init__(self, api_client=None): @validate_arguments - def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(description="authorization_code")] = None, code : Annotated[Optional[StrictStr], Field(description="Authorization code received from the LINE Platform.")] = None, redirect_uri : Annotated[Optional[StrictStr], Field(description="Specify the redirect_uri specified in the URL for authentication and authorization.")] = None, code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> AttachModuleResponse: # noqa: E501 + def attach_module(self, grant_type : Annotated[StrictStr, Field(..., description="authorization_code")], code : Annotated[StrictStr, Field(..., description="Authorization code received from the LINE Platform.")], redirect_uri : Annotated[StrictStr, Field(..., description="Specify the redirect_uri specified in the URL for authentication and authorization.")], code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> AttachModuleResponse: # noqa: E501 """attach_module # noqa: E501 Attach by operation of the module channel provider # noqa: E501 @@ -57,11 +57,11 @@ def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(descri >>> thread = api.attach_module(grant_type, code, redirect_uri, code_verifier, client_id, client_secret, region, basic_search_id, scope, brand_type, async_req=True) >>> result = thread.get() - :param grant_type: authorization_code + :param grant_type: authorization_code (required) :type grant_type: str - :param code: Authorization code received from the LINE Platform. + :param code: Authorization code received from the LINE Platform. (required) :type code: str - :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. + :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. (required) :type redirect_uri: str :param code_verifier: Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks. :type code_verifier: str @@ -94,7 +94,7 @@ def attach_module(self, grant_type : Annotated[Optional[StrictStr], Field(descri return self.attach_module_with_http_info(grant_type, code, redirect_uri, code_verifier, client_id, client_secret, region, basic_search_id, scope, brand_type, **kwargs) # noqa: E501 @validate_arguments - def attach_module_with_http_info(self, grant_type : Annotated[Optional[StrictStr], Field(description="authorization_code")] = None, code : Annotated[Optional[StrictStr], Field(description="Authorization code received from the LINE Platform.")] = None, redirect_uri : Annotated[Optional[StrictStr], Field(description="Specify the redirect_uri specified in the URL for authentication and authorization.")] = None, code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def attach_module_with_http_info(self, grant_type : Annotated[StrictStr, Field(..., description="authorization_code")], code : Annotated[StrictStr, Field(..., description="Authorization code received from the LINE Platform.")], redirect_uri : Annotated[StrictStr, Field(..., description="Specify the redirect_uri specified in the URL for authentication and authorization.")], code_verifier : Annotated[Optional[StrictStr], Field(description="Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks.")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. ")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. ")] = None, region : Annotated[Optional[StrictStr], Field(description="If you specified a value for region in the URL for authentication and authorization, specify the same value. ")] = None, basic_search_id : Annotated[Optional[StrictStr], Field(description="If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.")] = None, scope : Annotated[Optional[StrictStr], Field(description="If you specified a value for scope in the URL for authentication and authorization, specify the same value.")] = None, brand_type : Annotated[Optional[StrictStr], Field(description="If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.")] = None, **kwargs) -> ApiResponse: # noqa: E501 """attach_module # noqa: E501 Attach by operation of the module channel provider # noqa: E501 @@ -104,11 +104,11 @@ def attach_module_with_http_info(self, grant_type : Annotated[Optional[StrictStr >>> thread = api.attach_module_with_http_info(grant_type, code, redirect_uri, code_verifier, client_id, client_secret, region, basic_search_id, scope, brand_type, async_req=True) >>> result = thread.get() - :param grant_type: authorization_code + :param grant_type: authorization_code (required) :type grant_type: str - :param code: Authorization code received from the LINE Platform. + :param code: Authorization code received from the LINE Platform. (required) :type code: str - :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. + :param redirect_uri: Specify the redirect_uri specified in the URL for authentication and authorization. (required) :type redirect_uri: str :param code_verifier: Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks. :type code_verifier: str diff --git a/linebot/v3/moduleattach/docs/LineModuleAttach.md b/linebot/v3/moduleattach/docs/LineModuleAttach.md index 001eacbde..da22e7cd6 100644 --- a/linebot/v3/moduleattach/docs/LineModuleAttach.md +++ b/linebot/v3/moduleattach/docs/LineModuleAttach.md @@ -8,7 +8,7 @@ Method | HTTP request | Description # **attach_module** -> AttachModuleResponse attach_module(grant_type=grant_type, code=code, redirect_uri=redirect_uri, code_verifier=code_verifier, client_id=client_id, client_secret=client_secret, region=region, basic_search_id=basic_search_id, scope=scope, brand_type=brand_type) +> AttachModuleResponse attach_module(grant_type, code, redirect_uri, code_verifier=code_verifier, client_id=client_id, client_secret=client_secret, region=region, basic_search_id=basic_search_id, scope=scope, brand_type=brand_type) @@ -46,9 +46,9 @@ configuration = linebot.v3.moduleattach.Configuration( with linebot.v3.moduleattach.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = linebot.v3.moduleattach.LineModuleAttach(api_client) - grant_type = 'grant_type_example' # str | authorization_code (optional) - code = 'code_example' # str | Authorization code received from the LINE Platform. (optional) - redirect_uri = 'redirect_uri_example' # str | Specify the redirect_uri specified in the URL for authentication and authorization. (optional) + grant_type = 'grant_type_example' # str | authorization_code + code = 'code_example' # str | Authorization code received from the LINE Platform. + redirect_uri = 'redirect_uri_example' # str | Specify the redirect_uri specified in the URL for authentication and authorization. code_verifier = 'code_verifier_example' # str | Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks. (optional) client_id = 'client_id_example' # str | Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. (optional) client_secret = 'client_secret_example' # str | Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. (optional) @@ -58,7 +58,7 @@ with linebot.v3.moduleattach.ApiClient(configuration) as api_client: brand_type = 'brand_type_example' # str | If you specified a value for brand_type in the URL for authentication and authorization, specify the same value. (optional) try: - api_response = api_instance.attach_module(grant_type=grant_type, code=code, redirect_uri=redirect_uri, code_verifier=code_verifier, client_id=client_id, client_secret=client_secret, region=region, basic_search_id=basic_search_id, scope=scope, brand_type=brand_type) + api_response = api_instance.attach_module(grant_type, code, redirect_uri, code_verifier=code_verifier, client_id=client_id, client_secret=client_secret, region=region, basic_search_id=basic_search_id, scope=scope, brand_type=brand_type) print("The response of LineModuleAttach->attach_module:\n") pprint(api_response) except Exception as e: @@ -70,9 +70,9 @@ with linebot.v3.moduleattach.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **grant_type** | **str**| authorization_code | [optional] - **code** | **str**| Authorization code received from the LINE Platform. | [optional] - **redirect_uri** | **str**| Specify the redirect_uri specified in the URL for authentication and authorization. | [optional] + **grant_type** | **str**| authorization_code | + **code** | **str**| Authorization code received from the LINE Platform. | + **redirect_uri** | **str**| Specify the redirect_uri specified in the URL for authentication and authorization. | **code_verifier** | **str**| Specify when using PKCE (Proof Key for Code Exchange) defined in the OAuth 2.0 extension specification as a countermeasure against authorization code interception attacks. | [optional] **client_id** | **str**| Instead of using Authorization header, you can use this parameter to specify the channel ID of the module channel. You can find the channel ID of the module channel in the LINE Developers Console. | [optional] **client_secret** | **str**| Instead of using Authorization header, you can use this parameter to specify the channel secret of the module channel. You can find the channel secret of the module channel in the LINE Developers Console. | [optional] diff --git a/linebot/v3/oauth/api/async_channel_access_token.py b/linebot/v3/oauth/api/async_channel_access_token.py index d5f6cae08..2149ff77c 100644 --- a/linebot/v3/oauth/api/async_channel_access_token.py +++ b/linebot/v3/oauth/api/async_channel_access_token.py @@ -22,8 +22,6 @@ from pydantic.v1 import Field, StrictStr -from typing import Optional - from linebot.v3.oauth.models.channel_access_token_key_ids_response import ChannelAccessTokenKeyIdsResponse from linebot.v3.oauth.models.issue_channel_access_token_response import IssueChannelAccessTokenResponse from linebot.v3.oauth.models.issue_short_lived_channel_access_token_response import IssueShortLivedChannelAccessTokenResponse @@ -212,15 +210,15 @@ def gets_all_valid_channel_access_token_key_ids_with_http_info(self, client_asse _request_auth=_params.get('_request_auth')) @overload - async def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field(description="`client_credentials`")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID.")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel secret.")] = None, **kwargs) -> IssueShortLivedChannelAccessTokenResponse: # noqa: E501 + async def issue_channel_token(self, grant_type : Annotated[StrictStr, Field(..., description="`client_credentials`")], client_id : Annotated[StrictStr, Field(..., description="Channel ID.")], client_secret : Annotated[StrictStr, Field(..., description="Channel secret.")], **kwargs) -> IssueShortLivedChannelAccessTokenResponse: # noqa: E501 ... @overload - def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field(description="`client_credentials`")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID.")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel secret.")] = None, async_req: Optional[bool]=True, **kwargs) -> IssueShortLivedChannelAccessTokenResponse: # noqa: E501 + def issue_channel_token(self, grant_type : Annotated[StrictStr, Field(..., description="`client_credentials`")], client_id : Annotated[StrictStr, Field(..., description="Channel ID.")], client_secret : Annotated[StrictStr, Field(..., description="Channel secret.")], async_req: Optional[bool]=True, **kwargs) -> IssueShortLivedChannelAccessTokenResponse: # noqa: E501 ... @validate_arguments - def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field(description="`client_credentials`")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID.")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel secret.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[IssueShortLivedChannelAccessTokenResponse, Awaitable[IssueShortLivedChannelAccessTokenResponse]]: # noqa: E501 + def issue_channel_token(self, grant_type : Annotated[StrictStr, Field(..., description="`client_credentials`")], client_id : Annotated[StrictStr, Field(..., description="Channel ID.")], client_secret : Annotated[StrictStr, Field(..., description="Channel secret.")], async_req: Optional[bool]=None, **kwargs) -> Union[IssueShortLivedChannelAccessTokenResponse, Awaitable[IssueShortLivedChannelAccessTokenResponse]]: # noqa: E501 """issue_channel_token # noqa: E501 Issue short-lived channel access token # noqa: E501 @@ -230,11 +228,11 @@ def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field( >>> thread = api.issue_channel_token(grant_type, client_id, client_secret, async_req=True) >>> result = thread.get() - :param grant_type: `client_credentials` + :param grant_type: `client_credentials` (required) :type grant_type: str - :param client_id: Channel ID. + :param client_id: Channel ID. (required) :type client_id: str - :param client_secret: Channel secret. + :param client_secret: Channel secret. (required) :type client_secret: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -255,7 +253,7 @@ def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field( return self.issue_channel_token_with_http_info(grant_type, client_id, client_secret, **kwargs) # noqa: E501 @validate_arguments - def issue_channel_token_with_http_info(self, grant_type : Annotated[Optional[StrictStr], Field(description="`client_credentials`")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID.")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel secret.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def issue_channel_token_with_http_info(self, grant_type : Annotated[StrictStr, Field(..., description="`client_credentials`")], client_id : Annotated[StrictStr, Field(..., description="Channel ID.")], client_secret : Annotated[StrictStr, Field(..., description="Channel secret.")], **kwargs) -> ApiResponse: # noqa: E501 """issue_channel_token # noqa: E501 Issue short-lived channel access token # noqa: E501 @@ -265,11 +263,11 @@ def issue_channel_token_with_http_info(self, grant_type : Annotated[Optional[Str >>> thread = api.issue_channel_token_with_http_info(grant_type, client_id, client_secret, async_req=True) >>> result = thread.get() - :param grant_type: `client_credentials` + :param grant_type: `client_credentials` (required) :type grant_type: str - :param client_id: Channel ID. + :param client_id: Channel ID. (required) :type client_id: str - :param client_secret: Channel secret. + :param client_secret: Channel secret. (required) :type client_secret: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -387,15 +385,15 @@ def issue_channel_token_with_http_info(self, grant_type : Annotated[Optional[Str _request_auth=_params.get('_request_auth')) @overload - async def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], Field(description="client_credentials")] = None, client_assertion_type : Annotated[Optional[StrictStr], Field(description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")] = None, client_assertion : Annotated[Optional[StrictStr], Field(description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")] = None, **kwargs) -> IssueChannelAccessTokenResponse: # noqa: E501 + async def issue_channel_token_by_jwt(self, grant_type : Annotated[StrictStr, Field(..., description="client_credentials")], client_assertion_type : Annotated[StrictStr, Field(..., description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")], client_assertion : Annotated[StrictStr, Field(..., description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")], **kwargs) -> IssueChannelAccessTokenResponse: # noqa: E501 ... @overload - def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], Field(description="client_credentials")] = None, client_assertion_type : Annotated[Optional[StrictStr], Field(description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")] = None, client_assertion : Annotated[Optional[StrictStr], Field(description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")] = None, async_req: Optional[bool]=True, **kwargs) -> IssueChannelAccessTokenResponse: # noqa: E501 + def issue_channel_token_by_jwt(self, grant_type : Annotated[StrictStr, Field(..., description="client_credentials")], client_assertion_type : Annotated[StrictStr, Field(..., description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")], client_assertion : Annotated[StrictStr, Field(..., description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")], async_req: Optional[bool]=True, **kwargs) -> IssueChannelAccessTokenResponse: # noqa: E501 ... @validate_arguments - def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], Field(description="client_credentials")] = None, client_assertion_type : Annotated[Optional[StrictStr], Field(description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")] = None, client_assertion : Annotated[Optional[StrictStr], Field(description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[IssueChannelAccessTokenResponse, Awaitable[IssueChannelAccessTokenResponse]]: # noqa: E501 + def issue_channel_token_by_jwt(self, grant_type : Annotated[StrictStr, Field(..., description="client_credentials")], client_assertion_type : Annotated[StrictStr, Field(..., description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")], client_assertion : Annotated[StrictStr, Field(..., description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")], async_req: Optional[bool]=None, **kwargs) -> Union[IssueChannelAccessTokenResponse, Awaitable[IssueChannelAccessTokenResponse]]: # noqa: E501 """issue_channel_token_by_jwt # noqa: E501 Issues a channel access token that allows you to specify a desired expiration date. This method lets you use JWT assertion for authentication. # noqa: E501 @@ -405,11 +403,11 @@ def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], >>> thread = api.issue_channel_token_by_jwt(grant_type, client_assertion_type, client_assertion, async_req=True) >>> result = thread.get() - :param grant_type: client_credentials + :param grant_type: client_credentials (required) :type grant_type: str - :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer + :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer (required) :type client_assertion_type: str - :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. + :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. (required) :type client_assertion: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -430,7 +428,7 @@ def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], return self.issue_channel_token_by_jwt_with_http_info(grant_type, client_assertion_type, client_assertion, **kwargs) # noqa: E501 @validate_arguments - def issue_channel_token_by_jwt_with_http_info(self, grant_type : Annotated[Optional[StrictStr], Field(description="client_credentials")] = None, client_assertion_type : Annotated[Optional[StrictStr], Field(description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")] = None, client_assertion : Annotated[Optional[StrictStr], Field(description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def issue_channel_token_by_jwt_with_http_info(self, grant_type : Annotated[StrictStr, Field(..., description="client_credentials")], client_assertion_type : Annotated[StrictStr, Field(..., description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")], client_assertion : Annotated[StrictStr, Field(..., description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")], **kwargs) -> ApiResponse: # noqa: E501 """issue_channel_token_by_jwt # noqa: E501 Issues a channel access token that allows you to specify a desired expiration date. This method lets you use JWT assertion for authentication. # noqa: E501 @@ -440,11 +438,11 @@ def issue_channel_token_by_jwt_with_http_info(self, grant_type : Annotated[Optio >>> thread = api.issue_channel_token_by_jwt_with_http_info(grant_type, client_assertion_type, client_assertion, async_req=True) >>> result = thread.get() - :param grant_type: client_credentials + :param grant_type: client_credentials (required) :type grant_type: str - :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer + :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer (required) :type client_assertion_type: str - :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. + :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. (required) :type client_assertion: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -751,15 +749,15 @@ def issue_stateless_channel_token_with_http_info(self, grant_type : Annotated[St _request_auth=_params.get('_request_auth')) @overload - async def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> None: # noqa: E501 + async def revoke_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> None: # noqa: E501 ... @overload - def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, async_req: Optional[bool]=True, **kwargs) -> None: # noqa: E501 + def revoke_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="Channel access token")], async_req: Optional[bool]=True, **kwargs) -> None: # noqa: E501 ... @validate_arguments - def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[None, Awaitable[None]]: # noqa: E501 + def revoke_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="Channel access token")], async_req: Optional[bool]=None, **kwargs) -> Union[None, Awaitable[None]]: # noqa: E501 """revoke_channel_token # noqa: E501 Revoke short-lived or long-lived channel access token # noqa: E501 @@ -769,7 +767,7 @@ def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie >>> thread = api.revoke_channel_token(access_token, async_req=True) >>> result = thread.get() - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -790,7 +788,7 @@ def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie return self.revoke_channel_token_with_http_info(access_token, **kwargs) # noqa: E501 @validate_arguments - def revoke_channel_token_with_http_info(self, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def revoke_channel_token_with_http_info(self, access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> ApiResponse: # noqa: E501 """revoke_channel_token # noqa: E501 Revoke short-lived or long-lived channel access token # noqa: E501 @@ -800,7 +798,7 @@ def revoke_channel_token_with_http_info(self, access_token : Annotated[Optional[ >>> thread = api.revoke_channel_token_with_http_info(access_token, async_req=True) >>> result = thread.get() - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -903,15 +901,15 @@ def revoke_channel_token_with_http_info(self, access_token : Annotated[Optional[ _request_auth=_params.get('_request_auth')) @overload - async def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel Secret")] = None, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> None: # noqa: E501 + async def revoke_channel_token_by_jwt(self, client_id : Annotated[StrictStr, Field(..., description="Channel ID")], client_secret : Annotated[StrictStr, Field(..., description="Channel Secret")], access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> None: # noqa: E501 ... @overload - def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel Secret")] = None, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, async_req: Optional[bool]=True, **kwargs) -> None: # noqa: E501 + def revoke_channel_token_by_jwt(self, client_id : Annotated[StrictStr, Field(..., description="Channel ID")], client_secret : Annotated[StrictStr, Field(..., description="Channel Secret")], access_token : Annotated[StrictStr, Field(..., description="Channel access token")], async_req: Optional[bool]=True, **kwargs) -> None: # noqa: E501 ... @validate_arguments - def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel Secret")] = None, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[None, Awaitable[None]]: # noqa: E501 + def revoke_channel_token_by_jwt(self, client_id : Annotated[StrictStr, Field(..., description="Channel ID")], client_secret : Annotated[StrictStr, Field(..., description="Channel Secret")], access_token : Annotated[StrictStr, Field(..., description="Channel access token")], async_req: Optional[bool]=None, **kwargs) -> Union[None, Awaitable[None]]: # noqa: E501 """revoke_channel_token_by_jwt # noqa: E501 Revoke channel access token v2.1 # noqa: E501 @@ -921,11 +919,11 @@ def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], >>> thread = api.revoke_channel_token_by_jwt(client_id, client_secret, access_token, async_req=True) >>> result = thread.get() - :param client_id: Channel ID + :param client_id: Channel ID (required) :type client_id: str - :param client_secret: Channel Secret + :param client_secret: Channel Secret (required) :type client_secret: str - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -946,7 +944,7 @@ def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], return self.revoke_channel_token_by_jwt_with_http_info(client_id, client_secret, access_token, **kwargs) # noqa: E501 @validate_arguments - def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel Secret")] = None, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[StrictStr, Field(..., description="Channel ID")], client_secret : Annotated[StrictStr, Field(..., description="Channel Secret")], access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> ApiResponse: # noqa: E501 """revoke_channel_token_by_jwt # noqa: E501 Revoke channel access token v2.1 # noqa: E501 @@ -956,11 +954,11 @@ def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[Optio >>> thread = api.revoke_channel_token_by_jwt_with_http_info(client_id, client_secret, access_token, async_req=True) >>> result = thread.get() - :param client_id: Channel ID + :param client_id: Channel ID (required) :type client_id: str - :param client_secret: Channel Secret + :param client_secret: Channel Secret (required) :type client_secret: str - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -1071,15 +1069,15 @@ def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[Optio _request_auth=_params.get('_request_auth')) @overload - async def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="A short-lived or long-lived channel access token.")] = None, **kwargs) -> VerifyChannelAccessTokenResponse: # noqa: E501 + async def verify_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="A short-lived or long-lived channel access token.")], **kwargs) -> VerifyChannelAccessTokenResponse: # noqa: E501 ... @overload - def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="A short-lived or long-lived channel access token.")] = None, async_req: Optional[bool]=True, **kwargs) -> VerifyChannelAccessTokenResponse: # noqa: E501 + def verify_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="A short-lived or long-lived channel access token.")], async_req: Optional[bool]=True, **kwargs) -> VerifyChannelAccessTokenResponse: # noqa: E501 ... @validate_arguments - def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="A short-lived or long-lived channel access token.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VerifyChannelAccessTokenResponse, Awaitable[VerifyChannelAccessTokenResponse]]: # noqa: E501 + def verify_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="A short-lived or long-lived channel access token.")], async_req: Optional[bool]=None, **kwargs) -> Union[VerifyChannelAccessTokenResponse, Awaitable[VerifyChannelAccessTokenResponse]]: # noqa: E501 """verify_channel_token # noqa: E501 Verify the validity of short-lived and long-lived channel access tokens # noqa: E501 @@ -1089,7 +1087,7 @@ def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie >>> thread = api.verify_channel_token(access_token, async_req=True) >>> result = thread.get() - :param access_token: A short-lived or long-lived channel access token. + :param access_token: A short-lived or long-lived channel access token. (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -1110,7 +1108,7 @@ def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie return self.verify_channel_token_with_http_info(access_token, **kwargs) # noqa: E501 @validate_arguments - def verify_channel_token_with_http_info(self, access_token : Annotated[Optional[StrictStr], Field(description="A short-lived or long-lived channel access token.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def verify_channel_token_with_http_info(self, access_token : Annotated[StrictStr, Field(..., description="A short-lived or long-lived channel access token.")], **kwargs) -> ApiResponse: # noqa: E501 """verify_channel_token # noqa: E501 Verify the validity of short-lived and long-lived channel access tokens # noqa: E501 @@ -1120,7 +1118,7 @@ def verify_channel_token_with_http_info(self, access_token : Annotated[Optional[ >>> thread = api.verify_channel_token_with_http_info(access_token, async_req=True) >>> result = thread.get() - :param access_token: A short-lived or long-lived channel access token. + :param access_token: A short-lived or long-lived channel access token. (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional diff --git a/linebot/v3/oauth/api/channel_access_token.py b/linebot/v3/oauth/api/channel_access_token.py index 77a442863..15634e631 100644 --- a/linebot/v3/oauth/api/channel_access_token.py +++ b/linebot/v3/oauth/api/channel_access_token.py @@ -20,8 +20,6 @@ from pydantic.v1 import Field, StrictStr -from typing import Optional - from linebot.v3.oauth.models.channel_access_token_key_ids_response import ChannelAccessTokenKeyIdsResponse from linebot.v3.oauth.models.issue_channel_access_token_response import IssueChannelAccessTokenResponse from linebot.v3.oauth.models.issue_short_lived_channel_access_token_response import IssueShortLivedChannelAccessTokenResponse @@ -200,7 +198,7 @@ def gets_all_valid_channel_access_token_key_ids_with_http_info(self, client_asse _request_auth=_params.get('_request_auth')) @validate_arguments - def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field(description="`client_credentials`")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID.")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel secret.")] = None, **kwargs) -> IssueShortLivedChannelAccessTokenResponse: # noqa: E501 + def issue_channel_token(self, grant_type : Annotated[StrictStr, Field(..., description="`client_credentials`")], client_id : Annotated[StrictStr, Field(..., description="Channel ID.")], client_secret : Annotated[StrictStr, Field(..., description="Channel secret.")], **kwargs) -> IssueShortLivedChannelAccessTokenResponse: # noqa: E501 """issue_channel_token # noqa: E501 Issue short-lived channel access token # noqa: E501 @@ -210,11 +208,11 @@ def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field( >>> thread = api.issue_channel_token(grant_type, client_id, client_secret, async_req=True) >>> result = thread.get() - :param grant_type: `client_credentials` + :param grant_type: `client_credentials` (required) :type grant_type: str - :param client_id: Channel ID. + :param client_id: Channel ID. (required) :type client_id: str - :param client_secret: Channel secret. + :param client_secret: Channel secret. (required) :type client_secret: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -233,7 +231,7 @@ def issue_channel_token(self, grant_type : Annotated[Optional[StrictStr], Field( return self.issue_channel_token_with_http_info(grant_type, client_id, client_secret, **kwargs) # noqa: E501 @validate_arguments - def issue_channel_token_with_http_info(self, grant_type : Annotated[Optional[StrictStr], Field(description="`client_credentials`")] = None, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID.")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel secret.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def issue_channel_token_with_http_info(self, grant_type : Annotated[StrictStr, Field(..., description="`client_credentials`")], client_id : Annotated[StrictStr, Field(..., description="Channel ID.")], client_secret : Annotated[StrictStr, Field(..., description="Channel secret.")], **kwargs) -> ApiResponse: # noqa: E501 """issue_channel_token # noqa: E501 Issue short-lived channel access token # noqa: E501 @@ -243,11 +241,11 @@ def issue_channel_token_with_http_info(self, grant_type : Annotated[Optional[Str >>> thread = api.issue_channel_token_with_http_info(grant_type, client_id, client_secret, async_req=True) >>> result = thread.get() - :param grant_type: `client_credentials` + :param grant_type: `client_credentials` (required) :type grant_type: str - :param client_id: Channel ID. + :param client_id: Channel ID. (required) :type client_id: str - :param client_secret: Channel secret. + :param client_secret: Channel secret. (required) :type client_secret: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -365,7 +363,7 @@ def issue_channel_token_with_http_info(self, grant_type : Annotated[Optional[Str _request_auth=_params.get('_request_auth')) @validate_arguments - def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], Field(description="client_credentials")] = None, client_assertion_type : Annotated[Optional[StrictStr], Field(description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")] = None, client_assertion : Annotated[Optional[StrictStr], Field(description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")] = None, **kwargs) -> IssueChannelAccessTokenResponse: # noqa: E501 + def issue_channel_token_by_jwt(self, grant_type : Annotated[StrictStr, Field(..., description="client_credentials")], client_assertion_type : Annotated[StrictStr, Field(..., description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")], client_assertion : Annotated[StrictStr, Field(..., description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")], **kwargs) -> IssueChannelAccessTokenResponse: # noqa: E501 """issue_channel_token_by_jwt # noqa: E501 Issues a channel access token that allows you to specify a desired expiration date. This method lets you use JWT assertion for authentication. # noqa: E501 @@ -375,11 +373,11 @@ def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], >>> thread = api.issue_channel_token_by_jwt(grant_type, client_assertion_type, client_assertion, async_req=True) >>> result = thread.get() - :param grant_type: client_credentials + :param grant_type: client_credentials (required) :type grant_type: str - :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer + :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer (required) :type client_assertion_type: str - :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. + :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. (required) :type client_assertion: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -398,7 +396,7 @@ def issue_channel_token_by_jwt(self, grant_type : Annotated[Optional[StrictStr], return self.issue_channel_token_by_jwt_with_http_info(grant_type, client_assertion_type, client_assertion, **kwargs) # noqa: E501 @validate_arguments - def issue_channel_token_by_jwt_with_http_info(self, grant_type : Annotated[Optional[StrictStr], Field(description="client_credentials")] = None, client_assertion_type : Annotated[Optional[StrictStr], Field(description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")] = None, client_assertion : Annotated[Optional[StrictStr], Field(description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def issue_channel_token_by_jwt_with_http_info(self, grant_type : Annotated[StrictStr, Field(..., description="client_credentials")], client_assertion_type : Annotated[StrictStr, Field(..., description="urn:ietf:params:oauth:client-assertion-type:jwt-bearer")], client_assertion : Annotated[StrictStr, Field(..., description="A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key.")], **kwargs) -> ApiResponse: # noqa: E501 """issue_channel_token_by_jwt # noqa: E501 Issues a channel access token that allows you to specify a desired expiration date. This method lets you use JWT assertion for authentication. # noqa: E501 @@ -408,11 +406,11 @@ def issue_channel_token_by_jwt_with_http_info(self, grant_type : Annotated[Optio >>> thread = api.issue_channel_token_by_jwt_with_http_info(grant_type, client_assertion_type, client_assertion, async_req=True) >>> result = thread.get() - :param grant_type: client_credentials + :param grant_type: client_credentials (required) :type grant_type: str - :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer + :param client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer (required) :type client_assertion_type: str - :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. + :param client_assertion: A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. (required) :type client_assertion: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -709,7 +707,7 @@ def issue_stateless_channel_token_with_http_info(self, grant_type : Annotated[St _request_auth=_params.get('_request_auth')) @validate_arguments - def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> None: # noqa: E501 + def revoke_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> None: # noqa: E501 """revoke_channel_token # noqa: E501 Revoke short-lived or long-lived channel access token # noqa: E501 @@ -719,7 +717,7 @@ def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie >>> thread = api.revoke_channel_token(access_token, async_req=True) >>> result = thread.get() - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -738,7 +736,7 @@ def revoke_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie return self.revoke_channel_token_with_http_info(access_token, **kwargs) # noqa: E501 @validate_arguments - def revoke_channel_token_with_http_info(self, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def revoke_channel_token_with_http_info(self, access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> ApiResponse: # noqa: E501 """revoke_channel_token # noqa: E501 Revoke short-lived or long-lived channel access token # noqa: E501 @@ -748,7 +746,7 @@ def revoke_channel_token_with_http_info(self, access_token : Annotated[Optional[ >>> thread = api.revoke_channel_token_with_http_info(access_token, async_req=True) >>> result = thread.get() - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -851,7 +849,7 @@ def revoke_channel_token_with_http_info(self, access_token : Annotated[Optional[ _request_auth=_params.get('_request_auth')) @validate_arguments - def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel Secret")] = None, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> None: # noqa: E501 + def revoke_channel_token_by_jwt(self, client_id : Annotated[StrictStr, Field(..., description="Channel ID")], client_secret : Annotated[StrictStr, Field(..., description="Channel Secret")], access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> None: # noqa: E501 """revoke_channel_token_by_jwt # noqa: E501 Revoke channel access token v2.1 # noqa: E501 @@ -861,11 +859,11 @@ def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], >>> thread = api.revoke_channel_token_by_jwt(client_id, client_secret, access_token, async_req=True) >>> result = thread.get() - :param client_id: Channel ID + :param client_id: Channel ID (required) :type client_id: str - :param client_secret: Channel Secret + :param client_secret: Channel Secret (required) :type client_secret: str - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -884,7 +882,7 @@ def revoke_channel_token_by_jwt(self, client_id : Annotated[Optional[StrictStr], return self.revoke_channel_token_by_jwt_with_http_info(client_id, client_secret, access_token, **kwargs) # noqa: E501 @validate_arguments - def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[Optional[StrictStr], Field(description="Channel ID")] = None, client_secret : Annotated[Optional[StrictStr], Field(description="Channel Secret")] = None, access_token : Annotated[Optional[StrictStr], Field(description="Channel access token")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[StrictStr, Field(..., description="Channel ID")], client_secret : Annotated[StrictStr, Field(..., description="Channel Secret")], access_token : Annotated[StrictStr, Field(..., description="Channel access token")], **kwargs) -> ApiResponse: # noqa: E501 """revoke_channel_token_by_jwt # noqa: E501 Revoke channel access token v2.1 # noqa: E501 @@ -894,11 +892,11 @@ def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[Optio >>> thread = api.revoke_channel_token_by_jwt_with_http_info(client_id, client_secret, access_token, async_req=True) >>> result = thread.get() - :param client_id: Channel ID + :param client_id: Channel ID (required) :type client_id: str - :param client_secret: Channel Secret + :param client_secret: Channel Secret (required) :type client_secret: str - :param access_token: Channel access token + :param access_token: Channel access token (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -1009,7 +1007,7 @@ def revoke_channel_token_by_jwt_with_http_info(self, client_id : Annotated[Optio _request_auth=_params.get('_request_auth')) @validate_arguments - def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Field(description="A short-lived or long-lived channel access token.")] = None, **kwargs) -> VerifyChannelAccessTokenResponse: # noqa: E501 + def verify_channel_token(self, access_token : Annotated[StrictStr, Field(..., description="A short-lived or long-lived channel access token.")], **kwargs) -> VerifyChannelAccessTokenResponse: # noqa: E501 """verify_channel_token # noqa: E501 Verify the validity of short-lived and long-lived channel access tokens # noqa: E501 @@ -1019,7 +1017,7 @@ def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie >>> thread = api.verify_channel_token(access_token, async_req=True) >>> result = thread.get() - :param access_token: A short-lived or long-lived channel access token. + :param access_token: A short-lived or long-lived channel access token. (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional @@ -1038,7 +1036,7 @@ def verify_channel_token(self, access_token : Annotated[Optional[StrictStr], Fie return self.verify_channel_token_with_http_info(access_token, **kwargs) # noqa: E501 @validate_arguments - def verify_channel_token_with_http_info(self, access_token : Annotated[Optional[StrictStr], Field(description="A short-lived or long-lived channel access token.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def verify_channel_token_with_http_info(self, access_token : Annotated[StrictStr, Field(..., description="A short-lived or long-lived channel access token.")], **kwargs) -> ApiResponse: # noqa: E501 """verify_channel_token # noqa: E501 Verify the validity of short-lived and long-lived channel access tokens # noqa: E501 @@ -1048,7 +1046,7 @@ def verify_channel_token_with_http_info(self, access_token : Annotated[Optional[ >>> thread = api.verify_channel_token_with_http_info(access_token, async_req=True) >>> result = thread.get() - :param access_token: A short-lived or long-lived channel access token. + :param access_token: A short-lived or long-lived channel access token. (required) :type access_token: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional diff --git a/linebot/v3/oauth/docs/ChannelAccessToken.md b/linebot/v3/oauth/docs/ChannelAccessToken.md index 565e37b4f..920ac9521 100644 --- a/linebot/v3/oauth/docs/ChannelAccessToken.md +++ b/linebot/v3/oauth/docs/ChannelAccessToken.md @@ -82,7 +82,7 @@ No authorization required [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **issue_channel_token** -> IssueShortLivedChannelAccessTokenResponse issue_channel_token(grant_type=grant_type, client_id=client_id, client_secret=client_secret) +> IssueShortLivedChannelAccessTokenResponse issue_channel_token(grant_type, client_id, client_secret) @@ -109,12 +109,12 @@ configuration = linebot.v3.oauth.Configuration( with linebot.v3.oauth.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = linebot.v3.oauth.ChannelAccessToken(api_client) - grant_type = 'grant_type_example' # str | `client_credentials` (optional) - client_id = 'client_id_example' # str | Channel ID. (optional) - client_secret = 'client_secret_example' # str | Channel secret. (optional) + grant_type = 'grant_type_example' # str | `client_credentials` + client_id = 'client_id_example' # str | Channel ID. + client_secret = 'client_secret_example' # str | Channel secret. try: - api_response = api_instance.issue_channel_token(grant_type=grant_type, client_id=client_id, client_secret=client_secret) + api_response = api_instance.issue_channel_token(grant_type, client_id, client_secret) print("The response of ChannelAccessToken->issue_channel_token:\n") pprint(api_response) except Exception as e: @@ -126,9 +126,9 @@ with linebot.v3.oauth.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **grant_type** | **str**| `client_credentials` | [optional] - **client_id** | **str**| Channel ID. | [optional] - **client_secret** | **str**| Channel secret. | [optional] + **grant_type** | **str**| `client_credentials` | + **client_id** | **str**| Channel ID. | + **client_secret** | **str**| Channel secret. | ### Return type @@ -152,7 +152,7 @@ No authorization required [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **issue_channel_token_by_jwt** -> IssueChannelAccessTokenResponse issue_channel_token_by_jwt(grant_type=grant_type, client_assertion_type=client_assertion_type, client_assertion=client_assertion) +> IssueChannelAccessTokenResponse issue_channel_token_by_jwt(grant_type, client_assertion_type, client_assertion) @@ -179,12 +179,12 @@ configuration = linebot.v3.oauth.Configuration( with linebot.v3.oauth.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = linebot.v3.oauth.ChannelAccessToken(api_client) - grant_type = 'grant_type_example' # str | client_credentials (optional) - client_assertion_type = 'client_assertion_type_example' # str | urn:ietf:params:oauth:client-assertion-type:jwt-bearer (optional) - client_assertion = 'client_assertion_example' # str | A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. (optional) + grant_type = 'grant_type_example' # str | client_credentials + client_assertion_type = 'client_assertion_type_example' # str | urn:ietf:params:oauth:client-assertion-type:jwt-bearer + client_assertion = 'client_assertion_example' # str | A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. try: - api_response = api_instance.issue_channel_token_by_jwt(grant_type=grant_type, client_assertion_type=client_assertion_type, client_assertion=client_assertion) + api_response = api_instance.issue_channel_token_by_jwt(grant_type, client_assertion_type, client_assertion) print("The response of ChannelAccessToken->issue_channel_token_by_jwt:\n") pprint(api_response) except Exception as e: @@ -196,9 +196,9 @@ with linebot.v3.oauth.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **grant_type** | **str**| client_credentials | [optional] - **client_assertion_type** | **str**| urn:ietf:params:oauth:client-assertion-type:jwt-bearer | [optional] - **client_assertion** | **str**| A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. | [optional] + **grant_type** | **str**| client_credentials | + **client_assertion_type** | **str**| urn:ietf:params:oauth:client-assertion-type:jwt-bearer | + **client_assertion** | **str**| A JSON Web Token the client needs to create and sign with the private key of the Assertion Signing Key. | ### Return type @@ -294,7 +294,7 @@ No authorization required [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **revoke_channel_token** -> revoke_channel_token(access_token=access_token) +> revoke_channel_token(access_token) @@ -320,10 +320,10 @@ configuration = linebot.v3.oauth.Configuration( with linebot.v3.oauth.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = linebot.v3.oauth.ChannelAccessToken(api_client) - access_token = 'access_token_example' # str | Channel access token (optional) + access_token = 'access_token_example' # str | Channel access token try: - api_instance.revoke_channel_token(access_token=access_token) + api_instance.revoke_channel_token(access_token) except Exception as e: print("Exception when calling ChannelAccessToken->revoke_channel_token: %s\n" % e) ``` @@ -333,7 +333,7 @@ with linebot.v3.oauth.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **access_token** | **str**| Channel access token | [optional] + **access_token** | **str**| Channel access token | ### Return type @@ -356,7 +356,7 @@ No authorization required [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **revoke_channel_token_by_jwt** -> revoke_channel_token_by_jwt(client_id=client_id, client_secret=client_secret, access_token=access_token) +> revoke_channel_token_by_jwt(client_id, client_secret, access_token) @@ -382,12 +382,12 @@ configuration = linebot.v3.oauth.Configuration( with linebot.v3.oauth.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = linebot.v3.oauth.ChannelAccessToken(api_client) - client_id = 'client_id_example' # str | Channel ID (optional) - client_secret = 'client_secret_example' # str | Channel Secret (optional) - access_token = 'access_token_example' # str | Channel access token (optional) + client_id = 'client_id_example' # str | Channel ID + client_secret = 'client_secret_example' # str | Channel Secret + access_token = 'access_token_example' # str | Channel access token try: - api_instance.revoke_channel_token_by_jwt(client_id=client_id, client_secret=client_secret, access_token=access_token) + api_instance.revoke_channel_token_by_jwt(client_id, client_secret, access_token) except Exception as e: print("Exception when calling ChannelAccessToken->revoke_channel_token_by_jwt: %s\n" % e) ``` @@ -397,9 +397,9 @@ with linebot.v3.oauth.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **client_id** | **str**| Channel ID | [optional] - **client_secret** | **str**| Channel Secret | [optional] - **access_token** | **str**| Channel access token | [optional] + **client_id** | **str**| Channel ID | + **client_secret** | **str**| Channel Secret | + **access_token** | **str**| Channel access token | ### Return type @@ -422,7 +422,7 @@ No authorization required [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **verify_channel_token** -> VerifyChannelAccessTokenResponse verify_channel_token(access_token=access_token) +> VerifyChannelAccessTokenResponse verify_channel_token(access_token) @@ -449,10 +449,10 @@ configuration = linebot.v3.oauth.Configuration( with linebot.v3.oauth.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = linebot.v3.oauth.ChannelAccessToken(api_client) - access_token = 'access_token_example' # str | A short-lived or long-lived channel access token. (optional) + access_token = 'access_token_example' # str | A short-lived or long-lived channel access token. try: - api_response = api_instance.verify_channel_token(access_token=access_token) + api_response = api_instance.verify_channel_token(access_token) print("The response of ChannelAccessToken->verify_channel_token:\n") pprint(api_response) except Exception as e: @@ -464,7 +464,7 @@ with linebot.v3.oauth.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **access_token** | **str**| A short-lived or long-lived channel access token. | [optional] + **access_token** | **str**| A short-lived or long-lived channel access token. | ### Return type