Click or drag to resize

IDiscoveryDocumentProviderGetDiscoveryDocumentAsync Method

Get discovery document.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
Task<DiscoveryDocument> GetDiscoveryDocumentAsync(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskDiscoveryDocument
The discovery document.
See Also