@microsoft/kiota-authentication-azure
Advanced tools
Comparing version 1.0.0-preview.22 to 1.0.0-preview.23
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131205