UNPKG

@primno/dataverse-auth

Version:

Authenticate to Dataverse and Dynamics 365 with a connection string or OAuth 2.0. Provides a token persistence cache.

4 lines (3 loc) 221 B
import { CacheOptions } from "@azure/msal-node"; import { PersistenceOptionsOn } from "../../oauth-configuration"; export declare function getCacheOptions(persistenceOptions: PersistenceOptionsOn): Promise<CacheOptions>;