Click or drag to resize

AuthorizationFlowTokenProvider Class

Implementation of ITokenProvider for OAuth 2.0 authorization flow.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthAuthorizationFlowTokenProvider

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class AuthorizationFlowTokenProvider : ITokenProvider, 
	ITokenProviderSession

The AuthorizationFlowTokenProvider type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationFlowTokenProvider
Initializes an instance of AuthorizationFlowTokenProvider class.
Top
Methods
  NameDescription
Public methodGetAccessTokenAsync
Get access token.
Public methodLoginAsync
Starts 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.
Public methodLogoutAsync
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.
Top
See Also