Holds the sign in details of the user.

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

Properties

authFlowType?: AuthFlowType
loginId?: string