nativescript-aws-cognito
Version:
AWS Cognito Service limited edition
25 lines • 1.81 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var AWSCognitoIdentityInteractiveAuthenticationDelegateImpl = (function (_super) {
__extends(AWSCognitoIdentityInteractiveAuthenticationDelegateImpl, _super);
function AWSCognitoIdentityInteractiveAuthenticationDelegateImpl() {
return _super !== null && _super.apply(this, arguments) || this;
}
AWSCognitoIdentityInteractiveAuthenticationDelegateImpl.new = function () {
return _super.new.call(this);
};
AWSCognitoIdentityInteractiveAuthenticationDelegateImpl.prototype.setAWSCognitoIdentityPasswordAuthenticationImpl = function (awsCognitoIdentityPasswordAuthenticationImpl) {
this.awsCognitoIdentityPasswordAuthenticationImpl = awsCognitoIdentityPasswordAuthenticationImpl;
};
AWSCognitoIdentityInteractiveAuthenticationDelegateImpl.prototype.setCognitoIdentityInteractiveAuthenticationDelegate = function (cognitoIdentityInteractiveAuthenticationDelegate) {
this.cognitoIdentityInteractiveAuthenticationDelegate = cognitoIdentityInteractiveAuthenticationDelegate;
};
AWSCognitoIdentityInteractiveAuthenticationDelegateImpl.prototype.startPasswordAuthentication = function () {
this.cognitoIdentityInteractiveAuthenticationDelegate.startPasswordAuthentication();
return this.awsCognitoIdentityPasswordAuthenticationImpl;
};
return AWSCognitoIdentityInteractiveAuthenticationDelegateImpl;
}(NSObject));
AWSCognitoIdentityInteractiveAuthenticationDelegateImpl.ObjCProtocols = [AWSCognitoIdentityInteractiveAuthenticationDelegate];
exports.AWSCognitoIdentityInteractiveAuthenticationDelegateImpl = AWSCognitoIdentityInteractiveAuthenticationDelegateImpl;
//# sourceMappingURL=AWSCognitoIdentityInteractiveAuthenticationDelegateImpl.js.map