@@ -45,15 +45,17 @@ public interface Passwords {
4545 * This API allows you to check whether the user’s provided password is valid, and to provide feedback to the user on how
4646 * to increase the strength of their password.
4747 *
48- * This endpoint adapts to your Project's password strength configuration. If you're using
49- * [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the default, your passwords are considered valid if
50- * the strength score is >= 3. If you're using [LUDS](https://stytch.com/docs/guides/passwords/strength-policy), your
51- * passwords are considered valid if they meet the requirements that you've set with Stytch. You may update your password
52- * strength configuration in the [stytch dashboard](https://stytch.com/dashboard/password-strength-config).
48+ * This endpoint adapts to your Project's password strength configuration.
49+ * If you're using [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the default, your passwords are
50+ * considered valid if the strength score is >= 3.
51+ * If you're using [LUDS](https://stytch.com/docs/guides/passwords/strength-policy), your passwords are considered valid
52+ * if they meet the requirements that you've set with Stytch.
53+ * You may update your password strength configuration on the
54+ * [Passwords Policy page](https://stytch.com/dashboard/password-strength-config) in the Stytch Dashboard.
5355 *
5456 * ## Password feedback
55- * The zxcvbn_feedback and luds_feedback objects contains relevant fields for you to relay feedback to users that failed
56- * to create a strong enough password.
57+ * The ` zxcvbn_feedback` and ` luds_feedback` objects contains relevant fields for you to relay feedback to users that
58+ * failed to create a strong enough password.
5759 *
5860 * If you're using [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the feedback object will contain
5961 * warning and suggestions for any password that does not meet the
@@ -70,15 +72,17 @@ public interface Passwords {
7072 * This API allows you to check whether the user’s provided password is valid, and to provide feedback to the user on how
7173 * to increase the strength of their password.
7274 *
73- * This endpoint adapts to your Project's password strength configuration. If you're using
74- * [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the default, your passwords are considered valid if
75- * the strength score is >= 3. If you're using [LUDS](https://stytch.com/docs/guides/passwords/strength-policy), your
76- * passwords are considered valid if they meet the requirements that you've set with Stytch. You may update your password
77- * strength configuration in the [stytch dashboard](https://stytch.com/dashboard/password-strength-config).
75+ * This endpoint adapts to your Project's password strength configuration.
76+ * If you're using [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the default, your passwords are
77+ * considered valid if the strength score is >= 3.
78+ * If you're using [LUDS](https://stytch.com/docs/guides/passwords/strength-policy), your passwords are considered valid
79+ * if they meet the requirements that you've set with Stytch.
80+ * You may update your password strength configuration on the
81+ * [Passwords Policy page](https://stytch.com/dashboard/password-strength-config) in the Stytch Dashboard.
7882 *
7983 * ## Password feedback
80- * The zxcvbn_feedback and luds_feedback objects contains relevant fields for you to relay feedback to users that failed
81- * to create a strong enough password.
84+ * The ` zxcvbn_feedback` and ` luds_feedback` objects contains relevant fields for you to relay feedback to users that
85+ * failed to create a strong enough password.
8286 *
8387 * If you're using [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the feedback object will contain
8488 * warning and suggestions for any password that does not meet the
@@ -98,15 +102,17 @@ public interface Passwords {
98102 * This API allows you to check whether the user’s provided password is valid, and to provide feedback to the user on how
99103 * to increase the strength of their password.
100104 *
101- * This endpoint adapts to your Project's password strength configuration. If you're using
102- * [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the default, your passwords are considered valid if
103- * the strength score is >= 3. If you're using [LUDS](https://stytch.com/docs/guides/passwords/strength-policy), your
104- * passwords are considered valid if they meet the requirements that you've set with Stytch. You may update your password
105- * strength configuration in the [stytch dashboard](https://stytch.com/dashboard/password-strength-config).
105+ * This endpoint adapts to your Project's password strength configuration.
106+ * If you're using [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the default, your passwords are
107+ * considered valid if the strength score is >= 3.
108+ * If you're using [LUDS](https://stytch.com/docs/guides/passwords/strength-policy), your passwords are considered valid
109+ * if they meet the requirements that you've set with Stytch.
110+ * You may update your password strength configuration on the
111+ * [Passwords Policy page](https://stytch.com/dashboard/password-strength-config) in the Stytch Dashboard.
106112 *
107113 * ## Password feedback
108- * The zxcvbn_feedback and luds_feedback objects contains relevant fields for you to relay feedback to users that failed
109- * to create a strong enough password.
114+ * The ` zxcvbn_feedback` and ` luds_feedback` objects contains relevant fields for you to relay feedback to users that
115+ * failed to create a strong enough password.
110116 *
111117 * If you're using [zxcvbn](https://stytch.com/docs/guides/passwords/strength-policy), the feedback object will contain
112118 * warning and suggestions for any password that does not meet the
0 commit comments