Skip to content

Commit 39ee2de

Browse files
authored
Make private APIs hidden (#1123)
1 parent 341ff0d commit 39ee2de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export class UserBuilder {
161161
return this.beforeOperation(handler, 'beforeSignIn');
162162
}
163163

164+
/** @hidden */
164165
private onOperation(
165166
handler: (
166167
user: UserRecord,
@@ -180,6 +181,7 @@ export class UserBuilder {
180181
});
181182
}
182183

184+
/** @hidden */
183185
private beforeOperation(
184186
handler: (
185187
user: AuthUserRecord,

0 commit comments

Comments
 (0)