ShareToken

@Serializable
value class ShareToken(val value: String)

Token to share a repository. It can be encoded as a URL-formatted string and transmitted to other replicas.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard