prompt

UI prompt configuration for PIN collection dialogs.

Defines the text content displayed to users when requesting PIN input. The prompt includes title, subtitle, and description fields that can be customized for different authentication contexts.

Default prompt provides generic authentication messages that work for most use cases.

Example:

prompt = Prompt().apply {
title = "Device Authentication"
subtitle = "Enter PIN to unlock"
description = "Your PIN protects the keys stored on this device"
}

See also