You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sig/line/bot/v2/channel_access_token/api/channel_access_token_client.rbs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,10 @@ module Line
147
147
| String? # otherwise
148
148
)
149
149
150
+
# @deprecated
151
+
# This is deprecated.
152
+
# Please use {#issue_stateless_channel_token_by_jwt_assertion_with_http_info} or {#issue_stateless_channel_token_by_client_secret_with_http_info} instead.
153
+
#
150
154
# Issues a new stateless channel access token, which doesn't have max active token limit unlike the other token types. The newly issued token is only valid for 15 minutes but can not be revoked until it naturally expires.
151
155
# This requests to <code>POST https://api.line.me/oauth2/v3/token</code>
152
156
# This returns an array containing response, HTTP status code, and header in order. Please specify all header keys in lowercase.
# Please use {#issue_stateless_channel_token_by_jwt_assertion} or {#issue_stateless_channel_token_by_client_secret} instead.
180
+
#
173
181
# Issues a new stateless channel access token, which doesn't have max active token limit unlike the other token types. The newly issued token is only valid for 15 minutes but can not be revoked until it naturally expires.
174
182
# This requests to <code>POST https://api.line.me/oauth2/v3/token</code>
175
183
# When you want to get HTTP status code or response headers, use {#issue_stateless_channel_token_with_http_info} instead of this.
0 commit comments