Class BackchannelAuthenticationRequestValidationResult
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Validation result for backchannel authentication requests
public class BackchannelAuthenticationRequestValidationResult : ValidationResult- Inheritance
- 
      
      
      BackchannelAuthenticationRequestValidationResult
- Inherited Members
Constructors
BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest)
Initializes a new instance of the BackchannelAuthenticationRequestValidationResult class.
public BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest validatedRequest)Parameters
- validatedRequestValidatedBackchannelAuthenticationRequest
- The validated request. 
BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest, string, string)
Initializes a new instance of the BackchannelAuthenticationRequestValidationResult class.
public BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest validatedRequest, string error, string errorDescription = null)Parameters
- validatedRequestValidatedBackchannelAuthenticationRequest
- The validated request. 
- errorstring
- The error. 
- errorDescriptionstring
- The error description. 
Properties
ValidatedRequest
Gets the validated request.
public ValidatedBackchannelAuthenticationRequest ValidatedRequest { get; }Property Value
- ValidatedBackchannelAuthenticationRequest
- The validated request.