createMagicLinkForSignature method
ResponseFuture<MagicLink>
createMagicLinkForSignature(
- MagicLinksServiceCreateRequestForSpecificResource request, {
- 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);
}