Uses of Class
com.prineside.tdi2.managers.AuthManager.SignInResponse
Packages that use AuthManager.SignInResponse
-
Uses of AuthManager.SignInResponse in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return AuthManager.SignInResponseModifier and TypeMethodDescriptionAuthManager.SignInResponse.setErrorMessage
(String errorMessage) Method parameters in com.prineside.tdi2.managers with type arguments of type AuthManager.SignInResponseModifier and TypeMethodDescriptionvoid
AuthManager.signIn
(String login, String password, ObjectConsumer<AuthManager.SignInResponse> callback) void
AuthManager.signInShowOtpForm
(String otpRequestId, String nickname, ObjectConsumer<AuthManager.SignInResponse> callback) void
AuthManager.signInWithSteam
(ObjectConsumer<AuthManager.SignInResponse> callback)