AppleOptions constructor
const
AppleOptions({
- String? accountName = AppleOptions.defaultAccountName,
- String? groupId,
- KeychainAccessibility? accessibility = KeychainAccessibility.unlocked,
- bool synchronizable = false,
- String? label,
- String? description,
- String? comment,
- bool? isInvisible,
- bool? isNegative,
- DateTime? creationDate,
- DateTime? lastModifiedDate,
- int? resultLimit,
- bool? shouldReturnPersistentReference,
- String? authenticationUIBehavior,
- List<
AccessControlFlag> accessControlFlags = const [],
Creates an instance of AppleOptions
with configurable parameters
for keychain access and storage behavior.
Implementation
const AppleOptions({
this.accountName = AppleOptions.defaultAccountName,
this.groupId,
this.accessibility = KeychainAccessibility.unlocked,
this.synchronizable = false,
this.label,
this.description,
this.comment,
this.isInvisible,
this.isNegative,
this.creationDate,
this.lastModifiedDate,
this.resultLimit,
this.shouldReturnPersistentReference,
this.authenticationUIBehavior,
this.accessControlFlags = const [],
});