KeyUseAuthorizationPrompt

@Serializable
data class KeyUseAuthorizationPrompt(val reason: String = "Please authorize cryptographic signature", val cancelText: String = "Cancel")

Text used by operating-system-owned authorization UI.

Constructors

Link copied to clipboard
constructor(reason: String = "Please authorize cryptographic signature", cancelText: String = "Cancel")

Properties

Link copied to clipboard

Cancellation label where platform customization is supported.

Link copied to clipboard

Reason displayed for the signing authorization request.