FastResetToken

A structure containing the fast reset token used to initiate a fast reset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A UUID generated by the database in the initiateDatabaseReset action, and then consumed by the performDatabaseReset to reset the database.

Functions

Link copied to clipboard
inline fun copy(block: FastResetToken.Builder.() -> Unit = {}): FastResetToken
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String