Uses of Class
ai.tutor.cab302exceptionalhandlers.controller.AuthController
Packages that use AuthController
Package
Description
-
Uses of AuthController in ai.tutor.cab302exceptionalhandlers.builders
Methods in ai.tutor.cab302exceptionalhandlers.builders that return AuthControllerModifier and TypeMethodDescriptionAuthControllerBuilder.build()
Builds anAuthController
(eitherLoginController
orSignUpController
) based on the specifiedAuthType
. -
Uses of AuthController in ai.tutor.cab302exceptionalhandlers.controller
Subclasses of AuthController in ai.tutor.cab302exceptionalhandlers.controllerModifier and TypeClassDescriptionclass
Controls the login screen for creating new user accounts in the AI tutor application.class
Controls the sign-up screen for creating new user accounts in the AI tutor application.