modules inc
This commit is contained in:
68
node_modules/@azure/msal-node/dist/utils/Constants.d.ts
generated
vendored
Normal file
68
node_modules/@azure/msal-node/dist/utils/Constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
/**
|
||||
* http methods
|
||||
*/
|
||||
export declare enum HttpMethod {
|
||||
GET = "get",
|
||||
POST = "post"
|
||||
}
|
||||
/**
|
||||
* Constant used for PKCE
|
||||
*/
|
||||
export declare const RANDOM_OCTET_SIZE = 32;
|
||||
/**
|
||||
* Constants used in PKCE
|
||||
*/
|
||||
export declare const Hash: {
|
||||
SHA256: string;
|
||||
};
|
||||
/**
|
||||
* Constants for encoding schemes
|
||||
*/
|
||||
export declare const CharSet: {
|
||||
CV_CHARSET: string;
|
||||
};
|
||||
/**
|
||||
* Cache Constants
|
||||
*/
|
||||
export declare const CACHE: {
|
||||
FILE_CACHE: string;
|
||||
EXTENSION_LIB: string;
|
||||
};
|
||||
/**
|
||||
* Constants
|
||||
*/
|
||||
export declare const Constants: {
|
||||
MSAL_SKU: string;
|
||||
JWT_BEARER_ASSERTION_TYPE: string;
|
||||
};
|
||||
/**
|
||||
* API Codes for Telemetry purposes.
|
||||
* Before adding a new code you must claim it in the MSAL Telemetry tracker as these number spaces are shared across all MSALs
|
||||
* 0-99 Silent Flow
|
||||
* 600-699 Device Code Flow
|
||||
* 800-899 Auth Code Flow
|
||||
*/
|
||||
export declare enum ApiId {
|
||||
acquireTokenSilent = 62,
|
||||
acquireTokenByUsernamePassword = 371,
|
||||
acquireTokenByDeviceCode = 671,
|
||||
acquireTokenByClientCredential = 771,
|
||||
acquireTokenByCode = 871,
|
||||
acquireTokenByRefreshToken = 872
|
||||
}
|
||||
/**
|
||||
* JWT constants
|
||||
*/
|
||||
export declare const JwtConstants: {
|
||||
ALGORITHM: string;
|
||||
RSA_256: string;
|
||||
X5T: string;
|
||||
X5C: string;
|
||||
AUDIENCE: string;
|
||||
EXPIRATION_TIME: string;
|
||||
ISSUER: string;
|
||||
SUBJECT: string;
|
||||
NOT_BEFORE: string;
|
||||
JWT_ID: string;
|
||||
};
|
||||
//# sourceMappingURL=Constants.d.ts.map
|
1
node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map
generated
vendored
Normal file
1
node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Constants.d.ts","sourceRoot":"","sources":["../src/utils/Constants.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,oBAAY,UAAU;IAClB,GAAG,QAAQ;IACX,IAAI,SAAS;CAChB;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,IAAI;;CAEhB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO;;CAGnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK;;;CAGjB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS;;;CAGrB,CAAC;AAEF;;;;;;GAMG;AACH,oBAAY,KAAK;IACb,kBAAkB,KAAK;IACvB,8BAA8B,MAAM;IACpC,wBAAwB,MAAM;IAC9B,8BAA8B,MAAM;IACpC,kBAAkB,MAAM;IACxB,0BAA0B,MAAM;CACnC;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;CAWxB,CAAC"}
|
27
node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts
generated
vendored
Normal file
27
node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/// <reference types="node" />
|
||||
export declare class EncodingUtils {
|
||||
/**
|
||||
* 'utf8': Multibyte encoded Unicode characters. Many web pages and other document formats use UTF-8.
|
||||
* 'base64': Base64 encoding.
|
||||
*
|
||||
* @param str text
|
||||
*/
|
||||
static base64Encode(str: string, encoding?: BufferEncoding): string;
|
||||
/**
|
||||
* encode a URL
|
||||
* @param str
|
||||
*/
|
||||
static base64EncodeUrl(str: string, encoding?: BufferEncoding): string;
|
||||
/**
|
||||
* 'utf8': Multibyte encoded Unicode characters. Many web pages and other document formats use UTF-8.
|
||||
* 'base64': Base64 encoding.
|
||||
*
|
||||
* @param base64Str Base64 encoded text
|
||||
*/
|
||||
static base64Decode(base64Str: string): string;
|
||||
/**
|
||||
* @param base64Str Base64 encoded Url
|
||||
*/
|
||||
static base64DecodeUrl(base64Str: string): string;
|
||||
}
|
||||
//# sourceMappingURL=EncodingUtils.d.ts.map
|
1
node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map
generated
vendored
Normal file
1
node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"EncodingUtils.d.ts","sourceRoot":"","sources":["../src/utils/EncodingUtils.ts"],"names":[],"mappings":";AAKA,qBAAa,aAAa;IACtB;;;;;OAKG;IACH,MAAM,CAAC,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,cAAc,GAAG,MAAM;IAInE;;;OAGG;IACH,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,cAAc,GAAG,MAAM;IAOtE;;;;;OAKG;IACH,MAAM,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAI9C;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;CAOpD"}
|
8
node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts
generated
vendored
Normal file
8
node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { INetworkModule } from "@azure/msal-common";
|
||||
export declare class NetworkUtils {
|
||||
/**
|
||||
* Returns best compatible network client object.
|
||||
*/
|
||||
static getNetworkClient(): INetworkModule;
|
||||
}
|
||||
//# sourceMappingURL=NetworkUtils.d.ts.map
|
1
node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map
generated
vendored
Normal file
1
node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"NetworkUtils.d.ts","sourceRoot":"","sources":["../src/utils/NetworkUtils.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,qBAAa,YAAY;IACrB;;OAEG;IACH,MAAM,CAAC,gBAAgB,IAAI,cAAc;CAG5C"}
|
Reference in New Issue
Block a user