OAuthHandler<TOptions>
OAuthHandler(IOptionsMonitor<TOptions>, ILoggerFactory, UrlEncoder)
OAuthHandler(IOptionsMonitor<TOptions>, ILoggerFactory, UrlEncoder, ISystemClock)
Backchannel
Events
BuildChallengeUrl(AuthenticationProperties, String)
CreateEventsAsync()
CreateTicketAsync(ClaimsIdentity, AuthenticationProperties, OAuthTokenResponse)
ExchangeCodeAsync(OAuthCodeExchangeContext)
FormatScope()
FormatScope(IEnumerable<String>)
HandleChallengeAsync(AuthenticationProperties)
HandleRemoteAuthenticateAsync()
net10.0
namespace Microsoft.AspNetCore.Authentication.OAuth
{
public class OAuthHandler<TOptions> : RemoteAuthenticationHandler<TOptions!>
where TOptions, new(), OAuthOptions!
}
| nuget.org | 0.1 % Reference this API 0.1 % Derive from this class or interface |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
Information specific to net10.0 | |
| Assembly | Microsoft.AspNetCore.Authentication.OAuth , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API