UserAuthWithEncryptionParams constructor

UserAuthWithEncryptionParams(
  1. String id,
  2. String algorithm,
  3. String secretId,
  4. String initializationVector, [
  5. int? expiration,
])

Implementation

UserAuthWithEncryptionParams(String id, String algorithm, String secretId, this.initializationVector,
    [int? expiration])
    : super(id, algorithm, secretId, expiration);