Options
All
  • Public
  • Public/Protected
  • All
Menu

Completes a game link process and returns whether or not the link is valid.

example

Use a bare-bones client and the command you need to make an API call.

import { IdentityServiceClient, CompleteGameLinkCommand } from "@rivet-gg/identity"; // ES Modules import
// const { IdentityServiceClient, CompleteGameLinkCommand } = require("@rivet-gg/identity"); // CommonJS import
const client = new IdentityServiceClient(config);
const command = new CompleteGameLinkCommand(input);
const response = await client.send(command);
see

CompleteGameLinkCommandInput for command's input shape.

see

CompleteGameLinkCommandOutput for command's response shape.

see

config for IdentityServiceClient's config shape.

Hierarchy

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly input

Readonly middlewareStack