Class AuthenticationExtensions
Extension methods for configuring how authentication is handled by the ArcGIS Maps SDK for .NET.
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static class AuthenticationExtensions
Methods
| Name | Description |
|---|---|
| AddOAuthUserConfiguration(IAuthenticationConfiguration, OAuthUserConfiguration) | Registers an ArcGIS Portal OAuth configuration with the AuthenticationManager. |
| ConfigureAuthentication(IArcGISConfiguration, Action<IAuthenticationConfiguration>?) | Configures how the ArcGIS SDK handles authentication |
| UseChallengeHandler(IAuthenticationConfiguration, IChallengeHandler?) | Sets a challenge handler for authenticated requests. |
| UseCredentialPersistence(IAuthenticationConfiguration) | Registers a default platform credential persistance instance for storing credentials across sessions. |
| UseCredentialPersistence(IAuthenticationConfiguration, CredentialPersistence?) | Registers a credential persistance instance for storing credentials across sessions. |
| UseDefaultChallengeHandler(IAuthenticationConfiguration) | Sets a default challenge handler for authenticated requests. |
| UseOAuthAuthorizeHandler(IAuthenticationConfiguration, IOAuthAuthorizeHandler?) | Sets the component sets the component that handles authorization by a resource owner in an OAuth workflow. |
| UseOAuthHandler(IAuthenticationConfiguration, IOAuthHandler?) | Sets the component that handles authorization by a resource owner in an OAuth workflow. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.0 - 200.8 |
| .NET | 200.0 - 300.0 |
| .NET Windows | 200.0 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 200.0 - 200.8 |
| UWP | 200.0 - 200.8 |