Uses of Enum Class
com.prineside.tdi2.managers.AuthManager.SignInResult
Packages that use AuthManager.SignInResult
-
Uses of AuthManager.SignInResult in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as AuthManager.SignInResultMethods in com.prineside.tdi2.managers that return AuthManager.SignInResultModifier and TypeMethodDescriptionstatic AuthManager.SignInResultReturns the enum constant of this class with the specified name.static AuthManager.SignInResult[]AuthManager.SignInResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.prineside.tdi2.managers with parameters of type AuthManager.SignInResultModifierConstructorDescriptionSignInResponse(AuthManager.SignInResult result, String otpRequestId)