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