Core types and constants for Glide Node.js SDK
npm install @glideidentity/glide-be-sdk-node-coreCore types and constants for Glide Node.js SDK.
Documentation: https://docs.glideidentity.com
``bash`
npm install @glideidentity/glide-be-sdk-node-core
`typescript
import { UseCase, ErrorCode, AuthenticationStrategy } from '@glideidentity/glide-be-sdk-node-core';
import type { PrepareRequest, PrepareResponse, SessionInfo } from '@glideidentity/glide-be-sdk-node-core';
const request: PrepareRequest = {
use_case: UseCase.VERIFY_PHONE_NUMBER,
phone_number: '+14155551234'
};
`
For HTTP client and logging, use the full SDK:
`bash``
npm install @glideidentity/glide-be-sdk-node
Copyright (c) Glide Identity Inc.