You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @returns Async result containing a User instance. This operation can also throw an error when the user does not exists.
43
+
*/
36
44
getUserById(id: string): Promise<User|null>
45
+
46
+
/**
47
+
* Validate a user input model for authentication process.
48
+
* @param input User authentication model.
49
+
* @returns Async result containing the user when the operation succeed. This operation can also throw an error when the user does not exists or the credentials does not matches.
0 commit comments