mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 12:08:03 +01:00
Create call link credential endpoint
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package org.whispersystems.textsecuregcm.entities;
|
||||
|
||||
public record CreateCallLinkCredential(byte[] credential, long redemptionTime){}
|
||||
@@ -0,0 +1,5 @@
|
||||
package org.whispersystems.textsecuregcm.entities;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
public record GetCreateCallLinkCredentialsRequest(@NotNull byte[] createCallLinkCredentialRequest) {}
|
||||
Reference in New Issue
Block a user