Result

data class Result(val id: String = "", val tags: List<String>? = null)

Data class representing a result of an authorization request.

Constructors

Link copied to clipboard
constructor(id: String = "", tags: List<String>? = null)

Properties

Link copied to clipboard
val id: String

the identifier of the result.

Link copied to clipboard
val tags: List<String>? = null

the tags associated with the result.