Table of Contents

Interface IBackchannelAuthenticationUserValidator

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

Interface for the backchannel authentication user validation

public interface IBackchannelAuthenticationUserValidator

Methods

ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext)

Validates the user.

Task<BackchannelAuthenticationUserValidationResult> ValidateRequestAsync(BackchannelAuthenticationUserValidatorContext userValidatorContext)

Parameters

userValidatorContext BackchannelAuthenticationUserValidatorContext

Returns

Task<BackchannelAuthenticationUserValidationResult>