PCSIDRequestProp class
Model class for a Production CSID (PCSID) request payload. This is used when making requests to retrieve the Production Compliance Signing ID certificate.
Constructors
- PCSIDRequestProp.new({required String binarySecurityToken, required String requestId, required String secret})
- Constructs a PCSIDRequestProp instance with the required parameters.
Properties
- binarySecurityToken → String
-
A temporary binary security token issued by ZATCA, used for authentication.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestId → String
-
A unique request identifier used to trace and identify the request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String
-
A secret key associated with the request, usually provided during CSID registration.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited