IdempotencyTokenProvider

Describes a function and default implementation to produce a string used as a token to dedupe requests from the client.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun generateToken(): String

Generate a unique, UUID-like string that can be used to track unique client-side requests.