Skip to content

Commit af73481

Browse files
committed
Update API reports
1 parent 7e3f96d commit af73481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/api-review/auth.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,9 @@ export interface UserMetadata {
893893
// @public
894894
export type UserProfile = Record<string, unknown>;
895895

896+
// @public
897+
export function validatePassword(auth: Auth, password: string): Promise<PasswordValidationStatus>;
898+
896899
// @public
897900
export function verifyBeforeUpdateEmail(user: User, newEmail: string, actionCodeSettings?: ActionCodeSettings | null): Promise<void>;
898901

0 commit comments

Comments
 (0)