UNPKG

signicat-client-ts

Version:

Community TypeScript client for Signicat Authentication REST API with automatic token management

11 lines (10 loc) 201 B
export type SessionEnvironment = { /** * The IpAddress of the end user. */ ipAddress?: string | null; /** * The request user agent. */ userAgent?: string | null; };