Click or drag to resize

ITokenProvider Interface

Interface to get access token from authorization server.

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

The ITokenProvider type exposes the following members.

Methods
  NameDescription
Public methodGetAccessTokenAsync
Get access token.
Top
See Also