Click or drag to resize

WindowsTokenProvider Class

Implementation of ITokenProvider for implicit authentication via Windows provider.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthWindowsTokenProvider

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

The WindowsTokenProvider type exposes the following members.

Constructors
  NameDescription
Public methodWindowsTokenProvider
Initializes an instance of WindowsTokenProvider class.
Top
Methods
  NameDescription
Public methodGetAccessTokenAsync
Get access token.
Top
See Also