createMagicLinkForSignature method
ResponseFuture<MagicLink>
createMagicLinkForSignature(
- MagicLinksServiceCreateRequestForSpecificResource request, {
- CallOptions? options,
Generates a secure, short-lived magic link allowing the user to securely upload their signature.
Side Effects:
- Creates a time-bounded resource access token in the system database.
Implementation
$grpc.ResponseFuture<$3.MagicLink> createMagicLinkForSignature(
$3.MagicLinksServiceCreateRequestForSpecificResource request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createMagicLinkForSignature, request,
options: options);
}