Class TestBackchannelLoginUserValidator
- Namespace
- Microsoft.Extensions.DependencyInjection
- Assembly
- Duende.IdentityServer.dll
Implementation of IBackchannelAuthenticationUserValidator using the test user store.
public class TestBackchannelLoginUserValidator : IBackchannelAuthenticationUserValidator
- Inheritance
-
TestBackchannelLoginUserValidator
- Implements
- Inherited Members
Constructors
TestBackchannelLoginUserValidator(TestUserStore)
Ctor
public TestBackchannelLoginUserValidator(TestUserStore testUserStore)
Parameters
testUserStoreTestUserStore
Methods
ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext)
public Task<BackchannelAuthenticationUserValidationResult> ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext userValidatorContext)
Parameters
userValidatorContextBackchannelAuthenticationUserValidatorContext