Class CallLinkAuthCredential
-
- All Implemented Interfaces:
public final class CallLinkAuthCredential extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description CallLinkAuthCredential(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description CallLinkAuthCredentialPresentationpresent(ServiceId.Aci userId, Instant redemptionTime, GenericServerPublicParams serverParams, CallLinkSecretParams callLinkParams)CallLinkAuthCredentialPresentationpresent(ServiceId.Aci userId, Instant redemptionTime, GenericServerPublicParams serverParams, CallLinkSecretParams callLinkParams, SecureRandom secureRandom)-
-
Constructor Detail
-
CallLinkAuthCredential
CallLinkAuthCredential(Array<byte> contents)
-
-
Method Detail
-
present
CallLinkAuthCredentialPresentation present(ServiceId.Aci userId, Instant redemptionTime, GenericServerPublicParams serverParams, CallLinkSecretParams callLinkParams)
-
present
CallLinkAuthCredentialPresentation present(ServiceId.Aci userId, Instant redemptionTime, GenericServerPublicParams serverParams, CallLinkSecretParams callLinkParams, SecureRandom secureRandom)
-
-
-
-