Table of Contents

Class NopBackchannelAuthenticationUserValidator

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Nop implementation of IBackchannelAuthenticationUserValidator.

public class NopBackchannelAuthenticationUserValidator : IBackchannelAuthenticationUserValidator
Inheritance
NopBackchannelAuthenticationUserValidator
Implements
Inherited Members

Constructors

NopBackchannelAuthenticationUserValidator()

public NopBackchannelAuthenticationUserValidator()

Methods

ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext)

public Task<BackchannelAuthenticationUserValidationResult> ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext userValidatorContext)

Parameters

userValidatorContext BackchannelAuthenticationUserValidatorContext

Returns

Task<BackchannelAuthenticationUserValidationResult>