LoginService
An internal service whose functionality is not available to developers.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 4
Description
An unfinished service which apparently would have allowed a user to login from within a place.
History 11
- 573 Change ReturnType of PromptLogin from void to null
- 573 Change ReturnType of Logout from void to null
- 462 Change ThreadSafety of LoginSucceeded from to Unsafe
- 462 Change ThreadSafety of LoginFailed from to Unsafe
- 462 Change ThreadSafety of PromptLogin from to Unsafe
- 462 Change ThreadSafety of Logout from to Unsafe
- 113 Add LoginSucceeded
- 113 Add LoginFailed
- 113 Add PromptLogin
- 113 Add Logout
- 113 Add LoginService
Members 4
LoginFailed
| Parameters (1) | |
|---|---|
| loginError | string |
| Security | RobloxSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of LoginFailed from to Unsafe
- 113 Add LoginFailed
LoginSucceeded
| Parameters (1) | |
|---|---|
| username | string |
| Security | RobloxSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of LoginSucceeded from to Unsafe
- 113 Add LoginSucceeded
Logout
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| null | ||
| Security | RobloxSecurity |
|---|---|
| Thread safety | Unsafe |
PromptLogin
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| null | ||
| Security | RobloxSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 573 Change ReturnType of PromptLogin from void to null
- 462 Change ThreadSafety of PromptLogin from to Unsafe
- 113 Add PromptLogin