Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RefreshTokenResponseMapper ¶
type RefreshTokenResponseMapper interface {
// Converts a single RefreshTokenRecord into RefreshTokenResponse.
ToRefreshTokenResponse(refresh *record.RefreshTokenRecord) *response.RefreshTokenResponse
// Converts multiple RefreshTokenRecord into a slice of RefreshTokenResponse.
ToRefreshTokenResponses(refreshs []*record.RefreshTokenRecord) []*response.RefreshTokenResponse
}
func NewRefreshTokenResponseMapper ¶
func NewRefreshTokenResponseMapper() RefreshTokenResponseMapper
NewRefreshTokenResponseMapper creates a new instance of refreshTokenResponseMapper, which provides methods to map RefreshTokenRecord domain models to RefreshTokenResponse API-compatible response types.
Click to show internal directories.
Click to hide internal directories.