Interface IDestinationAuthenticationConfigurationsCache
Interface for a cache of a site's IAuthenticationConfigurations
Namespace: Tableau.Migration.Engine.Endpoints.Search
Assembly: Tableau.Migration.dll
Syntax
public interface IDestinationAuthenticationConfigurationsCache
Methods
GetAllAsync(CancellationToken)
Gets the list of authentication configurations on the destination site, populating the cache if necessary.
Declaration
Task<IImmutableList<IAuthenticationConfiguration>> GetAllAsync(CancellationToken cancel)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancel | The cancellation token to obey. |
Returns
Type | Description |
---|---|
Task<IImmutableList<IAuthenticationConfiguration>> | The authentication configurations, or an empty list if the site does not support multiple authentication configurations. |