this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make sendable

+1 -1
+1 -1
Sources/Vault/Vault.swift
··· 7 7 8 8 import Foundation 9 9 10 - public struct KeychainConfiguration { 10 + public struct KeychainConfiguration: Sendable { 11 11 public let serviceName: String 12 12 public let accessGroup: String? 13 13 public let accountName: String