Permission

@Serializable
data class Permission(val allowEncrypt: List<String> = emptyList(), val allowDecrypt: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(allowEncrypt: List<String> = emptyList(), allowDecrypt: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard