@callowcreation/basic-twitch-oauth
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@callowcreation/basic-twitch-oauth", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Intended to reduce the expected prerequisite experience required for implementing Twitch OAuth to use the Twitch API(s)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -117,3 +117,3 @@ /*! | ||
TwitchOAuth.prototype.fetchRefreshToken = async function () { | ||
return fetchRefreshTokenWithCredentials(this.client_id, this.client_secret, this.authenticated.refresh_token).then(json => this.setAuthenticated(json)); | ||
return this.fetchRefreshTokenWithCredentials(this.client_id, this.client_secret, this.authenticated.refresh_token).then(json => this.setAuthenticated(json)); | ||
}; | ||
@@ -120,0 +120,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13329