RefreshTokenDTO

value class RefreshTokenDTO(val value: String)

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
val value: String