AuthorizationFlowTokenProvider Class |
Namespace: Aras.IOM.OAuth
The AuthorizationFlowTokenProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthorizationFlowTokenProvider |
Initializes an instance of AuthorizationFlowTokenProvider class.
|
Name | Description | |
---|---|---|
![]() | GetAccessTokenAsync |
Get access token.
|
![]() | LoginAsync |
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.
|
![]() | LogoutAsync |
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.
|