1 type derived from RemoteAuthenticationHandler
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
23
public class OAuthHandler<TOptions> :
RemoteAuthenticationHandler
<TOptions> where TOptions : OAuthOptions, new()
6 references to RemoteAuthenticationHandler
Microsoft.AspNetCore.Authentication (6)
AuthenticationBuilder.cs (3)
84
/// Adds a <see cref="
RemoteAuthenticationHandler
{TOptions}"/> based <see cref="AuthenticationScheme"/> that supports remote authentication
88
/// <typeparam name="THandler">The <see cref="
RemoteAuthenticationHandler
{TOptions}"/> used to handle this scheme.</typeparam>
95
where THandler :
RemoteAuthenticationHandler
<TOptions>
RemoteAuthenticationHandler.cs (2)
41
/// Initializes a new instance of <see cref="
RemoteAuthenticationHandler
{TOptions}" />.
52
/// Initializes a new instance of <see cref="
RemoteAuthenticationHandler
{TOptions}" />.
RemoteAuthenticationOptions.cs (1)
11
/// Contains the options used by the <see cref="
RemoteAuthenticationHandler
{T}"/>.