New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@laserfiche/lf-api-client-core

Package Overview
Dependencies
Maintainers
0
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laserfiche/lf-api-client-core - npm Package Compare versions

Comparing version

to
1.1.14--preview-11486611327

2

dist/lib/OAuth/AccessKey.d.ts

@@ -26,3 +26,3 @@ import { JWK } from './JWK.js';

* Creates an AccessKey given a base-64 encoded access key.
* @param base64EncodedAccessKey The base-64 encoded access key exported from the Laserfiche Developer Console.
* @param base64EncodedAccessKey - The base-64 encoded access key exported from the Laserfiche Developer Console.
*/

@@ -29,0 +29,0 @@ export declare function createFromBase64EncodedAccessKey(base64EncodedAccessKey: string): AccessKey;

@@ -7,3 +7,3 @@ // Copyright Laserfiche.

* Creates an AccessKey given a base-64 encoded access key.
* @param base64EncodedAccessKey The base-64 encoded access key exported from the Laserfiche Developer Console.
* @param base64EncodedAccessKey - The base-64 encoded access key exported from the Laserfiche Developer Console.
*/

@@ -10,0 +10,0 @@ export function createFromBase64EncodedAccessKey(base64EncodedAccessKey) {

@@ -11,3 +11,3 @@ /**

* Returns Laserfiche account id (customer id) from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -27,3 +27,3 @@ * @example

* Returns Laserfiche username from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -43,3 +43,3 @@ * @example

* Returns Laserfiche domain from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -59,3 +59,3 @@ * @example

* Returns Laserfiche trustee id (user id) from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -75,3 +75,3 @@ * @example

* Parses a base64-encoded jwt
* @param jwt
* @param jwt - JWT encoded as base64 string
* @returns

@@ -106,3 +106,3 @@ * @example

* Decodes a string of data encoded using Base64 encoding
* @param base64String
* @param base64String - Base64 encoded string
* @returns

@@ -109,0 +109,0 @@ * @example

/**
* Returns Laserfiche account id (customer id) from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -20,3 +20,3 @@ * @example

* Returns Laserfiche username from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -38,3 +38,3 @@ * @example

* Returns Laserfiche domain from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -56,3 +56,3 @@ * @example

* Returns Laserfiche trustee id (user id) from Laserfiche jwt claims
* @param lfJwt
* @param lfJwt - Laserfiche JWT
* @returns

@@ -74,3 +74,3 @@ * @example

* Parses a base64-encoded jwt
* @param jwt
* @param jwt - JWT encoded as base64 string
* @returns

@@ -127,3 +127,3 @@ * @example

* Decodes a string of data encoded using Base64 encoding
* @param base64String
* @param base64String - Base64 encoded string
* @returns

@@ -130,0 +130,0 @@ * @example

@@ -8,5 +8,5 @@ /**

* Generates a PKCE code challenge given the code verifier
* @param code_verifier
* @param code_verifier - code verifier
* @returns The PKCE code challenge
*/
export declare function generateCodeChallengeAsync(code_verifier: string): Promise<string>;

@@ -29,3 +29,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* Generates a PKCE code challenge given the code verifier
* @param code_verifier
* @param code_verifier - code verifier
* @returns The PKCE code challenge

@@ -32,0 +32,0 @@ */

{
"name": "@laserfiche/lf-api-client-core",
"version": "1.1.14--preview-11483659827",
"version": "1.1.14--preview-11486611327",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",