Interface IOAuthHandler
Interface to implement by components that handle authorization by a resource owner in an oauth workflow.
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public interface IOAuthHandler
Methods
| Name | Description |
|---|---|
| LoginAsync(OAuthLoginParameters) | Handles the authorization by redirecting the user to the authorization URI. |
| LogoutAsync(OAuthLogoutParameters) | Handles a request to present the OAuth logout page. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |