Uses of Class
io.github.kaposke.models.AuthRequest
Packages that use AuthRequest
-
Uses of AuthRequest in io.github.kaposke.http
Methods in io.github.kaposke.http with parameters of type AuthRequestModifier and TypeMethodDescriptionAuthClient.login(AuthRequest input) AuthClient.signup(AuthRequest input) -
Uses of AuthRequest in io.github.kaposke.models
Subclasses of AuthRequest in io.github.kaposke.modelsMethods in io.github.kaposke.models that return AuthRequestModifier and TypeMethodDescriptionAuthRequest.Builder.build()AuthRequest.Builder.buildWithoutValidation() -
Uses of AuthRequest in io.github.kaposke.services
Methods in io.github.kaposke.services with parameters of type AuthRequestModifier and TypeMethodDescriptionAuthService.login(AuthRequest input) AuthService.signup(AuthRequest input)