Uses of Class
io.goobi.viewer.api.rest.model.LoginRequest
Packages that use LoginRequest
Package
Description
REST resources for user authentication in the v1 API, handling login, session management,
user profile data, and avatar delivery.
-
Uses of LoginRequest in io.goobi.viewer.api.rest.v1.authentication
Methods in io.goobi.viewer.api.rest.v1.authentication with parameters of type LoginRequestModifier and TypeMethodDescriptionAuthenticationEndpoint.login(LoginRequest credentials) Authenticates a local user (e-mail + password) and returns a Bearer token.