nativescript-aws-cognito
Version:
AWS Cognito Service limited edition
14 lines (13 loc) • 1.09 kB
TypeScript
import { CognitoIdentityInteractiveAuthenticationDelegate } from "../CognitoIdentityInteractiveAuthenticationDelegate";
import { AWSCognitoIdentityPasswordAuthenticationImpl } from "./AWSCognitoIdentityPasswordAuthenticationImpl";
export declare class AWSCognitoIdentityInteractiveAuthenticationDelegateImpl extends NSObject implements AWSCognitoIdentityInteractiveAuthenticationDelegate {
static ObjCProtocols: {
prototype: AWSCognitoIdentityInteractiveAuthenticationDelegate;
}[];
static new(): AWSCognitoIdentityInteractiveAuthenticationDelegateImpl;
private cognitoIdentityInteractiveAuthenticationDelegate;
private awsCognitoIdentityPasswordAuthenticationImpl;
setAWSCognitoIdentityPasswordAuthenticationImpl(awsCognitoIdentityPasswordAuthenticationImpl: AWSCognitoIdentityPasswordAuthenticationImpl): void;
setCognitoIdentityInteractiveAuthenticationDelegate(cognitoIdentityInteractiveAuthenticationDelegate: CognitoIdentityInteractiveAuthenticationDelegate): void;
startPasswordAuthentication(): AWSCognitoIdentityPasswordAuthentication;
}