We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e047a54 commit b0cb6acCopy full SHA for b0cb6ac
packages-exp/auth-types-exp/index.d.ts
@@ -1083,7 +1083,7 @@ export interface User extends UserInfo {
1083
*
1084
* Important: this is a security-sensitive operation that requires the user to have recently
1085
* signed in. If this requirement isn't met, ask the user to authenticate again and then call
1086
- * `reauthenticateWithCredential`.
+ * one of the reauthentication methods like `reauthenticateWithCredential`.
1087
*/
1088
delete(): Promise<void>;
1089
/**
0 commit comments