Renames oauth to authDataManager in src

This commit is contained in:
Florent Vilmart
2016-03-10 09:48:02 -05:00
parent 54d154f7aa
commit 9c5f14981e
15 changed files with 8 additions and 8 deletions

View File

@@ -231,7 +231,7 @@ RestWrite.prototype.handleOAuthAuthData = function(provider) {
return;
}
let validateAuthData = this.config.oauth.getValidatorForProvider(provider);
let validateAuthData = this.config.authDataManager.getValidatorForProvider(provider);
if (!validateAuthData) {
throw new Parse.Error(Parse.Error.UNSUPPORTED_SERVICE,