CommunicationTokenRefreshOptions 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.
The Communication Token Refresh Options
public class CommunicationTokenRefreshOptions
type CommunicationTokenRefreshOptions = class
Public Class CommunicationTokenRefreshOptions
- Inheritance
-
CommunicationTokenRefreshOptions
Constructors
CommunicationTokenRefreshOptions(Boolean, Func<CancellationToken,String>) |
Initializes a new instance of CommunicationTokenRefreshOptions. |
Properties
AsyncTokenRefresher |
The asynchronous callback function that acquires a fresh token from the Communication Identity API, e.g. by calling the CommunicationIdentityClient. The returned token must be valid (its expiration date must be set in the future). |
InitialToken |
The initial token. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET