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
validatedRequest
ValidatedBackchannelAuthenticationRequestThe validated request.
BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest, string, string)
Initializes a new instance of the BackchannelAuthenticationRequestValidationResult class.
public BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest validatedRequest, string error, string errorDescription = null)
Parameters
validatedRequest
ValidatedBackchannelAuthenticationRequestThe validated request.
error
stringThe error.
errorDescription
stringThe error description.
Properties
ValidatedRequest
Gets the validated request.
public ValidatedBackchannelAuthenticationRequest ValidatedRequest { get; }
Property Value
- ValidatedBackchannelAuthenticationRequest
The validated request.