Click or drag to resize

AuthorizationFlowTokenProviderLogoutAsync Method

Ends the session with authorization server. The method is SynchronizationContext aware. Do not use blocking method calls (e.g. Wait) in .NET GUI applications main thread.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Task LogoutAsync(
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: Task

Implements

ITokenProviderSessionLogoutAsync(CancellationToken)
See Also