Click or drag to resize

ITokenProviderSessionLogoutAsync Method

Ends authorization server session.

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

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
A cancellation token that can be used to receive notice of cancellation.

Return Value

Type: Task
See Also