OnePasswordPlugin class

Inheritance

Constructors

OnePasswordPlugin({required ProcessRunner processRunner})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
processRunner ProcessRunner
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccountEnvKey String
no setter

Methods

downloadDistributionCertificate({required String opUuid, String? vaultName, String outputPath = 'certificates/apple_distribution.p12', Secret? rawServiceAccount}) Future<File>
downloadFile({required String opUuid, required String outputPath, String? vaultName, Secret? rawServiceAccount, String? logContext}) Future<File>
downloadServiceAccountCredentials({required String opUuid, String outputPath = 'android/playstore_credentials.json', String? vaultName, Secret? rawServiceAccount}) Future<File>
getCertificatePassword({required String opUuid, required String vaultName, String fieldName = 'password', Secret? rawServiceAccount}) Future<Secret>
getOnePasswordField({required String vaultName, required String opUuid, required String fieldName, Secret? rawServiceAccount, String? logContext}) Future<String>
getPassword({required String vaultName, required String opUuid, required String fieldName, Secret? rawServiceAccount, String? logContext}) Future<Secret>
getTestFlightCredentials({required String vaultName, required String opUuid, Secret? rawServiceAccount}) Future<TestFlightCredentials>
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