Password

@Serializable
value class Password(val value: String)

A simple wrapper over String to avoid certain kinds of attack. For more elaboration please see the documentation for the SecretKey structure.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

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