OperationDepositSecret class
Secret authenticating client operations on an OperationDeposit.
Must represent 32 random bytes encoded as valid Base64 string.
Use a cryptographically secure random generator to produce array of bytes for this value.
Constructors
- OperationDepositSecret(String val)
-
const
- OperationDepositSecret.generate()
-
factory
Properties
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