mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 12:48:02 +01:00
Retire StoredVerificationCode#twilioVerificationSid
This commit is contained in:
committed by
Jon Chambers
parent
4044a9df30
commit
4e358b891f
@@ -13,7 +13,6 @@ import org.whispersystems.textsecuregcm.util.Util;
|
||||
public record StoredVerificationCode(String code,
|
||||
long timestamp,
|
||||
String pushCode,
|
||||
@Nullable String twilioVerificationSid,
|
||||
@Nullable byte[] sessionId) {
|
||||
|
||||
public static final Duration EXPIRATION = Duration.ofMinutes(10);
|
||||
|
||||
Reference in New Issue
Block a user