Delegate RefreshAuthenticationTokenDelegate
Delegate for refreshing an authentication token.
Namespace: Tableau.Migration.Api
Assembly: Tableau.Migration.dll
Syntax
public delegate Task<IResult<string>> RefreshAuthenticationTokenDelegate(CancellationToken cancel)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancel | The cancellation token to obey. |
Returns
Type | Description |
---|---|
Task<IResult<string>> | The result of the token refresh operation. |