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.9.36244
Syntaxpublic Task LogoutAsync(
CancellationToken cancellationToken = null
)
Public Function LogoutAsync (
Optional cancellationToken As CancellationToken = Nothing
) As Task
public final Task LogoutAsync(
CancellationToken cancellationToken = null
)
public final function LogoutAsync(
cancellationToken : CancellationToken
) : Task
Parameters
- cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type:
TaskImplements
ITokenProviderSessionLogoutAsync(CancellationToken)
See Also