in Sources/UberAuth/Token/KeychainUtility.swift [46:57]
func get<V: Decodable>(key: String, accessGroup: String?) -> V?
/// Removes the object from the on device keychain corresponding to the supplied `key`
///
/// - Parameters:
/// - key: The identifier string used when saving the object
/// - accessGroup: The accessGroup for which the operation should be performed
/// - Returns: A boolean indicating whether or not the delete operation was successful
func delete(key: String, accessGroup: String?) -> Bool
}
public extension KeychainUtilityProtocol {