Skip to main content

IGlobalDiscoveryService

  • Namespace: PPDS.Auth.Discovery
  • Assembly: PPDS.Auth
  • Kind: Interface

Summary

Service for discovering Dataverse environments via the Global Discovery Service.

Members

Methods

DiscoverEnvironmentsAsync

Task<IReadOnlyList<DiscoveredEnvironment>> DiscoverEnvironmentsAsync(CancellationToken cancellationToken)

Discovers all environments accessible to the authenticated user.

  • Param cancellationToken: Cancellation token.

  • Returns: Collection of discovered environments.