ManagedIdentityTokenSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, |
Methods
GetTokenAsync() |
Gets a token for a resource. |
Applies to
Azure SDK for .NET