Package com.app.security.dto


package com.app.security.dto
  • Record Classes
    Class
    Description
    Data Transfer Object (DTO) used for authentication purposes.
    Data Transfer Object (DTO) used to represent an authentication error.
    Data Transfer Object (DTO) used to represent a refresh token.
    Data Transfer Object (DTO) used to represent both the access token and the refresh token.
    Data Transfer Object (DTO) used to represent the details of a user.
    Data Transfer Object (DTO) used to represent the username and role of a user during authentication.