Click or drag to resize

AuthorizationFlowTokenProvider Methods

The AuthorizationFlowTokenProvider type exposes the following members.

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