Package com.example.blogs.app.api.auth.dto
package com.example.blogs.app.api.auth.dto
-
Record ClassesClassDescriptionResponse payload containing a new access token after refresh token validation.Request payload for user authentication.Request payload for user logout containing the refresh token to revoke.Request payload for refreshing an access token using a valid refresh token.Request payload for user registration containing credentials and profile information.JWT authentication token pair returned after successful registration or login.