AuthorizationFlowTokenProvider Methods |
The AuthorizationFlowTokenProvider type exposes the following members.
| 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.
|