@@ -988,9 +988,9 @@ public String generatePasswordResetLink(@NonNull String email) throws FirebaseAu
988
988
* address.
989
989
*
990
990
* @param email The email of the user whose password is to be reset.
991
- * @param settings The action code settings which defines whether
991
+ * @param settings The action code settings object which defines whether
992
992
* the link is to be handled by a mobile app and the additional state information to be
993
- * passed in the deep link, etc .
993
+ * passed in the deep link.
994
994
* @return A password reset link.
995
995
* @throws IllegalArgumentException If the email address is null or empty.
996
996
* @throws FirebaseAuthException If an error occurs while generating the link.
@@ -1019,9 +1019,9 @@ public ApiFuture<String> generatePasswordResetLinkAsync(@NonNull String email) {
1019
1019
* operation asynchronously.
1020
1020
*
1021
1021
* @param email The email of the user whose password is to be reset.
1022
- * @param settings The action code settings which defines whether
1022
+ * @param settings The action code settings object which defines whether
1023
1023
* the link is to be handled by a mobile app and the additional state information to be
1024
- * passed in the deep link, etc .
1024
+ * passed in the deep link.
1025
1025
* @return An {@code ApiFuture} which will complete successfully with the generated email action
1026
1026
* link. If an error occurs while generating the link, the future throws a
1027
1027
* {@link FirebaseAuthException}.
@@ -1079,9 +1079,9 @@ public ApiFuture<String> generateEmailVerificationLinkAsync(@NonNull String emai
1079
1079
* operation asynchronously.
1080
1080
*
1081
1081
* @param email The email of the user to be verified.
1082
- * @param settings The action code settings which defines whether
1082
+ * @param settings The action code settings object which defines whether
1083
1083
* the link is to be handled by a mobile app and the additional state information to be
1084
- * passed in the deep link, etc .
1084
+ * passed in the deep link.
1085
1085
* @return An {@code ApiFuture} which will complete successfully with the generated email action
1086
1086
* link. If an error occurs while generating the link, the future throws a
1087
1087
* {@link FirebaseAuthException}.
@@ -1098,9 +1098,9 @@ public ApiFuture<String> generateEmailVerificationLinkAsync(
1098
1098
* code settings provided.
1099
1099
*
1100
1100
* @param email The email of the user signing in.
1101
- * @param settings The action code settings which defines whether
1101
+ * @param settings The action code settings object which defines whether
1102
1102
* the link is to be handled by a mobile app and the additional state information to be
1103
- * passed in the deep link, etc .
1103
+ * passed in the deep link.
1104
1104
* @return An email verification link.
1105
1105
* @throws IllegalArgumentException If the email address is null or empty.
1106
1106
* @throws FirebaseAuthException If an error occurs while generating the link.
@@ -1115,9 +1115,9 @@ public String generateSignInWithEmailLink(
1115
1115
* operation asynchronously.
1116
1116
*
1117
1117
* @param email The email of the user signing in.
1118
- * @param settings The action code settings which defines whether
1118
+ * @param settings The action code settings object which defines whether
1119
1119
* the link is to be handled by a mobile app and the additional state information to be
1120
- * passed in the deep link, etc .
1120
+ * passed in the deep link.
1121
1121
* @return An {@code ApiFuture} which will complete successfully with the generated email action
1122
1122
* link. If an error occurs while generating the link, the future throws a
1123
1123
* {@link FirebaseAuthException}.
0 commit comments