Table of Contents

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

testUserStore TestUserStore

Methods

ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext)

public Task<BackchannelAuthenticationUserValidationResult> ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext userValidatorContext)

Parameters

userValidatorContext BackchannelAuthenticationUserValidatorContext

Returns

Task<BackchannelAuthenticationUserValidationResult>