CommunicationTokenRefreshOptions Class

Definition

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