1 override of Validate
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationOptions.cs (1)
38public override void Validate(string scheme)
2 references to Validate
Microsoft.AspNetCore.Authentication (2)
AuthenticationBuilder.cs (1)
48o.Validate(authenticationScheme);
RemoteAuthenticationOptions.cs (1)
40base.Validate(scheme);