Skip to main content

BaseSecret

The BaseSecret class represents a base implementation for secrets, containing a token identifier and a randomly generated value.

Properties

NameDescription
TokenIdThe unique identifier associated with the secret token.
RandomValueA randomly generated value, created when the secret is initialized.