Method UseChallengeHandler
UseChallengeHandler(IAuthenticationConfiguration, IChallengeHandler?)
Sets a challenge handler for authenticated requests.
Declaration
public static IAuthenticationConfiguration UseChallengeHandler(this IAuthenticationConfiguration configuration, IChallengeHandler? challengeHandler)
Parameters
| Type | Name | Description |
|---|---|---|
| IAuthenticationConfiguration | configuration | Authentication Configuration. |
| IChallengeHandler | challengeHandler | The handler that handles authentication challanges. |
Returns
| Type | Description |
|---|---|
| IAuthenticationConfiguration | Authentication Configuration. |
See Also
Applies to
Platforms and versions
| 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 |