We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83aca1e + e2eacba commit 2c6dd2fCopy full SHA for 2c6dd2f
lib/line/bot/client.rb
@@ -116,9 +116,6 @@ def revoke_channel_token(access_token)
116
#
117
# @return [Net::HTTPResponse]
118
def issue_channel_access_token_jwt(jwt)
119
- channel_id_required
120
- channel_secret_required
121
-
122
endpoint_path = '/oauth2/v2.1/token'
123
payload = URI.encode_www_form(
124
grant_type: 'client_credentials',
@@ -154,9 +151,6 @@ def revoke_channel_access_token_jwt(access_token)
154
151
155
152
156
153
def get_channel_access_token_key_ids_jwt(jwt)
157
158
159
160
161
client_assertion_type: 'urn:ietf:params:oauth:client-assertion-type:jwt-bearer',
162
client_assertion: jwt
0 commit comments