Method UseOAuthHandler
UseOAuthHandler(IAuthenticationConfiguration, IOAuthHandler?)
Sets the component that handles authorization by a resource owner in an OAuth workflow.
Declaration
public static IAuthenticationConfiguration UseOAuthHandler(this IAuthenticationConfiguration configuration, IOAuthHandler? handler)
Parameters
| Type | Name | Description |
|---|---|---|
| IAuthenticationConfiguration | configuration | Authentication Configuration. |
| IOAuthHandler | handler | OAuth Handler |
Returns
| Type | Description |
|---|---|
| IAuthenticationConfiguration | Authentication Configuration. |
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |