Click or drag to resize

ITokenProviderSession Interface

Interface to start and end authorization server session.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public interface ITokenProviderSession

The ITokenProviderSession type exposes the following members.

Methods
  NameDescription
Public methodLoginAsync
Starts authorization server session.
Public methodLogoutAsync
Ends authorization server session.
Top
See Also