Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ public function issueStatelessChannelTokenRequest($grantType = null, $clientAsse
/**
* Operation revokeChannelToken
*
* @param string $accessToken A short-lived or long-lived channel access token. (required)
* @param string $accessToken Channel access token (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation
*
* @throws \LINE\Clients\ChannelAccessToken\ApiException on non-2xx response or if the response body is not in the expected format
Expand All @@ -1337,7 +1337,7 @@ public function revokeChannelToken($accessToken, string $contentType = self::con
/**
* Operation revokeChannelTokenWithHttpInfo
*
* @param string $accessToken A short-lived or long-lived channel access token. (required)
* @param string $accessToken Channel access token (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation
*
* @throws \LINE\Clients\ChannelAccessToken\ApiException on non-2xx response or if the response body is not in the expected format
Expand Down Expand Up @@ -1384,7 +1384,7 @@ public function revokeChannelTokenWithHttpInfo($accessToken, string $contentType
/**
* Operation revokeChannelTokenAsync
*
* @param string $accessToken A short-lived or long-lived channel access token. (required)
* @param string $accessToken Channel access token (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand All @@ -1403,7 +1403,7 @@ function ($response) {
/**
* Operation revokeChannelTokenAsyncWithHttpInfo
*
* @param string $accessToken A short-lived or long-lived channel access token. (required)
* @param string $accessToken Channel access token (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down Expand Up @@ -1440,7 +1440,7 @@ function ($exception) {
/**
* Create request for operation 'revokeChannelToken'
*
* @param string $accessToken A short-lived or long-lived channel access token. (required)
* @param string $accessToken Channel access token (required)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
Expand Down