RKey

value class RKey(val rkey: String)

A Record Key (sometimes shortened to rkey) is used to name and reference an individual record within the same collection of an atproto repository. It ends up as a segment in AtUris, and in the repo MST path. Record Keys are "user-controlled data" and may be arbitrarily selected by hostile accounts.

Constructors

Link copied to clipboard
constructor(rkey: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String