createWebBridgeLink method
ResponseFuture<CreateWebBridgeLinkResponse>
createWebBridgeLink(
- CreateWebBridgeLinkRequest request, {
- CallOptions? options,
/ App -> Web magic link: authenticated mobile client mints a short-lived one-time URL. / Supported product_id values: "premium", "syscohada" (fiscal_year required for syscohada).
Implementation
$grpc.ResponseFuture<$1.CreateWebBridgeLinkResponse> createWebBridgeLink(
$1.CreateWebBridgeLinkRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createWebBridgeLink, request, options: options);
}