Secret

interface Secret

An interface representing a secret.

This interface defines no properties or methods, but serves as a marker interface to indicate that a given class represents a secret. Any class that implements this interface is considered to be a secret and should be treated accordingly.

Inheritors