CreateUserLoginInput: {
    challengeIdentifier: Jwt;
    firstFactor: AuthenticateUserFirstFactor;
    secondFactor?: AuthenticateUserSecondFactor;
}

Type declaration

Generated using TypeDoc