Deprecated

interface AWSAuthSignInDetails {
    authFlowType?: AuthFlowType;
    loginId?: string;
}

Properties

authFlowType?: AuthFlowType
loginId?: string