@glideidentity/glide-be-sdk-node-core
v2.1.1
Published
Core types and constants for Glide Node.js SDK
Readme
@glideidentity/glide-be-sdk-node-core
Core types and constants for Glide Node.js SDK.
Documentation: https://docs.glideidentity.com
Installation
npm install @glideidentity/glide-be-sdk-node-coreUsage
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'
};Full SDK
For HTTP client and logging, use the full SDK:
npm install @glideidentity/glide-be-sdk-nodeLicense
Copyright (c) Glide Identity Inc.
