File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { SpotifyApi } from "./SpotifyApi.js";
22import AuthorizationCodeWithPKCEStrategy from "./auth/AuthorizationCodeWithPKCEStrategy.js" ;
33import ClientCredentialsStrategy from "./auth/ClientCredentialsStrategy.js" ;
44import IAuthStrategy from "./auth/IAuthStrategy.js" ;
5+ import ProvidedAccessTokenStrategy from "./auth/ProvidedAccessTokenStrategy.js" ;
56import InMemoryCachingStrategy from "./caching/InMemoryCachingStrategy.js" ;
67import LocalStorageCachingStrategy from "./caching/LocalStorageCachingStrategy.js" ;
78import { ICacheStore } from "./caching/ICacheStore.js" ;
@@ -18,6 +19,7 @@ export {
1819 SpotifyApi ,
1920 AuthorizationCodeWithPKCEStrategy ,
2021 ClientCredentialsStrategy ,
22+ ProvidedAccessTokenStrategy ,
2123 InMemoryCachingStrategy ,
2224 LocalStorageCachingStrategy ,
2325 GenericCache ,
You can’t perform that action at this time.
0 commit comments