Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/kiota-authentication-azure

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/kiota-authentication-azure - npm Package Compare versions

Comparing version 1.0.0-preview.22 to 1.0.0-preview.23

6

dist/cjs/src/azureIdentityAccessTokenProvider.d.ts

@@ -1,4 +0,4 @@

import { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { AccessTokenProvider, AllowedHostsValidator } from "@microsoft/kiota-abstractions";
import { ObservabilityOptions } from "./observabilityOptions";
import type { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { type AccessTokenProvider, AllowedHostsValidator } from "@microsoft/kiota-abstractions";
import { type ObservabilityOptions } from "./observabilityOptions";
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */

@@ -5,0 +5,0 @@ export declare class AzureIdentityAccessTokenProvider implements AccessTokenProvider {

@@ -1,4 +0,4 @@

import { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import type { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
import { ObservabilityOptions } from "./observabilityOptions";
import { type ObservabilityOptions } from "./observabilityOptions";
export declare class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider {

@@ -5,0 +5,0 @@ /**

@@ -1,4 +0,4 @@

import { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { AccessTokenProvider, AllowedHostsValidator } from "@microsoft/kiota-abstractions";
import { ObservabilityOptions } from "./observabilityOptions";
import type { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { type AccessTokenProvider, AllowedHostsValidator } from "@microsoft/kiota-abstractions";
import { type ObservabilityOptions } from "./observabilityOptions";
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */

@@ -5,0 +5,0 @@ export declare class AzureIdentityAccessTokenProvider implements AccessTokenProvider {

import { AllowedHostsValidator, validateProtocol, } from "@microsoft/kiota-abstractions";
import { trace } from "@opentelemetry/api";
import { ObservabilityOptionsImpl, } from "./observabilityOptions";
import { ObservabilityOptionsImpl } from "./observabilityOptions";
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */

@@ -5,0 +5,0 @@ export class AzureIdentityAccessTokenProvider {

@@ -1,4 +0,4 @@

import { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import type { GetTokenOptions, TokenCredential } from "@azure/core-auth";
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
import { ObservabilityOptions } from "./observabilityOptions";
import { type ObservabilityOptions } from "./observabilityOptions";
export declare class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider {

@@ -5,0 +5,0 @@ /**

import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
import { AzureIdentityAccessTokenProvider } from "./azureIdentityAccessTokenProvider";
import { ObservabilityOptionsImpl, } from "./observabilityOptions";
import { ObservabilityOptionsImpl } from "./observabilityOptions";
export class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider {

@@ -5,0 +5,0 @@ /**

{
"name": "@microsoft/kiota-authentication-azure",
"version": "1.0.0-preview.22",
"version": "1.0.0-preview.23",
"description": "Authentication provider for Kiota using Azure Identity",

@@ -33,3 +33,3 @@ "main": "dist/cjs/src/index.js",

"@azure/core-auth": "^1.3.2",
"@microsoft/kiota-abstractions": "^1.0.0-preview.27",
"@microsoft/kiota-abstractions": "^1.0.0-preview.28",
"@opentelemetry/api": "^1.2.0",

@@ -41,3 +41,3 @@ "tslib": "^2.3.1"

},
"gitHead": "29baf069f6cdbbdfb4bc56823fd1ff64308114d9"
"gitHead": "4f763f5373bceacfa5c58614a8ca391629b2b4a2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc