PermissionGroupSecret
The PermissionGroupSecret
class represents a secure identifier for a permission group, containing both the group's ID and a security token.
This class extends BaseSecret to provide secure identification for permission groups. It combines a unique identifier with inherited security token functionality.
Properties
Name | Description |
---|---|
Id | Gets the unique identifier of the permission group. |
TokenId | The unique identifier associated with the secret token. |
RandomValue | A randomly generated value, created when the secret is initialized. |
Constructors
Name | Description |
---|---|
PermissionGroupSecret(id, tokenId) | Initializes a new instance of the PermissionGroupSecret class with the specified permission group identifier and security token. |