Skip to content

Commit 2a756ad

Browse files
committed
:octocat: +PKCETrait
1 parent d862004 commit 2a756ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Providers/TikTok.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212

1313
namespace chillerlan\OAuth\Providers;
1414

15-
use chillerlan\OAuth\Core\{CSRFToken, OAuth2Provider, PKCE, TokenRefresh};
15+
use chillerlan\OAuth\Core\{CSRFToken, OAuth2Provider, PKCE, PKCETrait, TokenRefresh};
1616
use function array_merge, implode;
1717

1818
/**
1919
* @see https://developers.tiktok.com/doc/login-kit-web/
2020
* @see https://developers.tiktok.com/doc/oauth-user-access-token-management/
2121
*/
2222
class TikTok extends OAuth2Provider implements CSRFToken, PKCE, TokenRefresh{
23+
use PKCETrait;
2324

2425
public const IDENTIFIER = 'TIKTOK';
2526

0 commit comments

Comments
 (0)