createMagicLinkForSignature method

ResponseFuture<MagicLink> createMagicLinkForSignature(
  1. MagicLinksServiceCreateRequestForSpecificResource request, {
  2. CallOptions? options,
})

Create a magic link that allows user to upload their signature

Implementation

$grpc.ResponseFuture<$2.MagicLink> createMagicLinkForSignature(
  $2.MagicLinksServiceCreateRequestForSpecificResource request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createMagicLinkForSignature, request,
      options: options);
}