Datensatzklasse AuthService.AuthResponseDto

java.lang.Object
java.lang.Record
com.spaghetticodegang.trylater.auth.AuthService.AuthResponseDto
Datensatzkomponenten:
token - the generated JWT
user - the authenticated user's public profile data
Umschließende Klasse:
AuthService

public static record AuthService.AuthResponseDto(String token, UserMeResponseDto user) extends Record
Response returned after successful authentication.