GetPermissionsResponse
The GetPermissionsResponse class represents a response containing a list of permissions, with encryption validation for security purposes.
This class encapsulates a collection of permissions returned from an authorization request. The permissions collection is marked with [CheckRequestEncryption] attribute to ensure secure data transmission.
Properties
| Name | Description |
|---|---|
| Permissions | Gets the list of permissions returned in the response. |
Constructors
| Name | Description |
|---|---|
| GetPermissionsResponse() | Initializes a new instance of the GetPermissionsResponse class. |
| GetPermissionsResponse(permissions) | Initializes a new instance of the GetPermissionsResponse class with the specified list of permissions. |