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
export { OAuthTokenProvider } from "./oauth-token-provider"; export { discoverAuthority } from "./authority"; export { DeviceCodeResponse, OAuthConfig, OAuthCredentials, PersistenceOptions } from "./oauth-configuration";