Fetches a list of identity handles.
Use a bare-bones client and the command you need to make an API call.
import { IdentityServiceClient, GetIdentityHandlesCommand } from "@rivet-gg/identity"; // ES Modules import // const { IdentityServiceClient, GetIdentityHandlesCommand } = require("@rivet-gg/identity"); // CommonJS import const client = new IdentityServiceClient(config); const command = new GetIdentityHandlesCommand(input); const response = await client.send(command);
GetIdentityHandlesCommandInput for command's input shape.
input
GetIdentityHandlesCommandOutput for command's response shape.
response
config for IdentityServiceClient's config shape.
config
Fetches a list of identity handles.
Use a bare-bones client and the command you need to make an API call.
import { IdentityServiceClient, GetIdentityHandlesCommand } from "@rivet-gg/identity"; // ES Modules import // const { IdentityServiceClient, GetIdentityHandlesCommand } = require("@rivet-gg/identity"); // CommonJS import const client = new IdentityServiceClient(config); const command = new GetIdentityHandlesCommand(input); const response = await client.send(command);GetIdentityHandlesCommandInput for command's
inputshape.GetIdentityHandlesCommandOutput for command's
responseshape.config for IdentityServiceClient's
configshape.