func save()

in Sources/UberAuth/Token/KeychainUtility.swift [59:61]


    func save<V: Encodable>(_ value: V, for key: String) -> Bool {
        save(value, for: key, accessGroup: nil)
    }