Method UseOAuthAuthorizeHandler
UseOAuthAuthorizeHandler(IAuthenticationConfiguration, IOAuthAuthorizeHandler)
Sets the component sets the component that handles authorization by a resource owner in an OAuth workflow.
Declaration
public static IAuthenticationConfiguration UseOAuthAuthorizeHandler(this IAuthenticationConfiguration configuration, IOAuthAuthorizeHandler handler)
Parameters
| Type | Name | Description |
|---|---|---|
| IAuthenticationConfiguration | configuration | Authentication Configuration. |
| IOAuthAuthorizeHandler | handler | OAuth Authorize Handler |
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 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 200.0 - 200.8 |
| UWP | 200.0 - 200.8 |