Skip to main content

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

NameDescription
PermissionsGets the list of permissions returned in the response.

Constructors

NameDescription
GetPermissionsResponse(permissions)Initializes a new instance of the GetPermissionsResponse class with the specified list of permissions.
GetPermissionsResponse()Initializes a new instance of the GetPermissionsResponse class.