1 type derived from RemoteAuthenticationOptions
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthOptions.cs (1)
12
public class OAuthOptions :
RemoteAuthenticationOptions
18 references to RemoteAuthenticationOptions
Microsoft.AspNetCore.Authentication (18)
AuthenticationBuilder.cs (3)
87
/// <typeparam name="TOptions">The <see cref="
RemoteAuthenticationOptions
"/> type to configure the handler.</typeparam>
94
where TOptions :
RemoteAuthenticationOptions
, new()
113
private sealed class EnsureSignInScheme<TOptions> : IPostConfigureOptions<TOptions> where TOptions :
RemoteAuthenticationOptions
Events\AccessDeniedContext.cs (5)
11
public class AccessDeniedContext : HandleRequestContext<
RemoteAuthenticationOptions
>
18
/// <param name="options">The <see cref="
RemoteAuthenticationOptions
"/>.</param>
22
RemoteAuthenticationOptions
options)
29
/// By default, this property is set to <see cref="
RemoteAuthenticationOptions
.AccessDeniedPath"/>.
46
/// By default, this property is set to <see cref="
RemoteAuthenticationOptions
.ReturnUrlParameter"/>.
Events\RemoteFailureContext.cs (3)
11
public class RemoteFailureContext : HandleRequestContext<
RemoteAuthenticationOptions
>
18
/// <param name="options">The <see cref="
RemoteAuthenticationOptions
"/>.</param>
23
RemoteAuthenticationOptions
options,
Events\TicketReceivedContext.cs (3)
11
public class TicketReceivedContext : RemoteAuthenticationContext<
RemoteAuthenticationOptions
>
18
/// <param name="options">The <see cref="
RemoteAuthenticationOptions
"/>.</param>
23
RemoteAuthenticationOptions
options,
RemoteAuthenticationHandler.cs (1)
19
where TOptions :
RemoteAuthenticationOptions
, new()
RemoteAuthenticationOptions.cs (3)
20
/// Initializes a new <see cref="
RemoteAuthenticationOptions
"/>.
160
private readonly
RemoteAuthenticationOptions
_options;
162
public CorrelationCookieBuilder(
RemoteAuthenticationOptions
remoteAuthenticationOptions)