We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053d3e7 commit c538510Copy full SHA for c538510
src/OAuth2.js
@@ -57,7 +57,6 @@ if (typeof module === 'object') {
57
module.exports = {
58
createService: createService,
59
getRedirectUri: getRedirectUri,
60
- TOKEN_FORMAT: TOKEN_FORMAT,
61
- STATE_PARAMETER_LOCATION: STATE_PARAMETER_LOCATION
+ TOKEN_FORMAT: TOKEN_FORMAT
62
};
63
}
0 commit comments