BaseSecret
The BaseSecret class represents a base implementation for secrets, containing a token identifier and a randomly generated value.
Properties
| Name | Description |
|---|---|
| RandomValue | A randomly generated value, created when the secret is initialized. |
| TokenId | The unique identifier associated with the secret token. |