TokenProvider 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.
This abstract base class can be extended to implement additional token providers.
public abstract class TokenProvider : Microsoft.Azure.ServiceBus.Primitives.ITokenProvider
type TokenProvider = class
interface ITokenProvider
Public MustInherit Class TokenProvider
Implements ITokenProvider
- Inheritance
-
TokenProvider
- Derived
- Implements
Constructors
TokenProvider() |
Methods
CreateAzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider+AuthenticationCallback, String, Object) | |
CreateManagedIdentityTokenProvider() |
Creates Azure Managed Identity token provider. |
CreateSharedAccessSignatureTokenProvider(String) |
Construct a TokenProvider based on a sharedAccessSignature. |
CreateSharedAccessSignatureTokenProvider(String, String) |
Construct a TokenProvider based on the provided Key Name and Shared Access Key. |
CreateSharedAccessSignatureTokenProvider(String, String, TimeSpan) |
Construct a TokenProvider based on the provided Key Name and Shared Access Key. |
CreateSharedAccessSignatureTokenProvider(String, String, TimeSpan, TokenScope) |
Construct a TokenProvider based on the provided Key Name and Shared Access Key. |
CreateSharedAccessSignatureTokenProvider(String, String, TokenScope) |
Construct a TokenProvider based on the provided Key Name and Shared Access Key. |
GetTokenAsync(String, TimeSpan) |
Gets a SecurityToken for the given audience and duration. |