TM-SGNL-iOS/SignalServiceKit/SecureValueRecovery/SVRAuthCredential.swift
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

11 lines
319 B
Swift

//
// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
//
import Foundation
/// Changes the pointer to the SVR auth credential used in the rest of the app.
///
/// Currently we only talk to SVR2; eventually this may point to SVR3.
public typealias SVRAuthCredential = SVR2AuthCredential