Share via


ManagedIdentityTokenSource Class

Definition

Token Source implementation for Azure Managed Identities.

public class ManagedIdentityTokenSource : Microsoft.Azure.WebJobs.Extensions.DurableTask.ITokenSource
type ManagedIdentityTokenSource = class
    interface ITokenSource
Public Class ManagedIdentityTokenSource
Implements ITokenSource
Inheritance
ManagedIdentityTokenSource
Implements

Constructors

ManagedIdentityTokenSource(String, ManagedIdentityOptions)

Initializes a new instance of the ManagedIdentityTokenSource class.

Properties

Options

The azure credential options that a user can configure when authenticating.

Resource

Gets the Azure Active Directory resource identifier of the web API being invoked. For example, https://management.core.windows.net/.default or https://graph.microsoft.com/.default.

Methods

GetTokenAsync()

Gets a token for a resource.

Applies to