Request

@Serializable
data class Request(val refreshToken: String? = null)

Constructors

Link copied to clipboard
constructor(refreshToken: String? = null)

Properties

Link copied to clipboard
val refreshToken: String? = null