Class CustomBackchannelAuthenticationRequestValidationContext
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
The validation context for a custom CIBA validator.
public class CustomBackchannelAuthenticationRequestValidationContext
- Inheritance
-
CustomBackchannelAuthenticationRequestValidationContext
- Inherited Members
Constructors
CustomBackchannelAuthenticationRequestValidationContext(BackchannelAuthenticationRequestValidationResult)
Creates a new instance of the CustomBackchannelAuthenticationRequestValidationContext
public CustomBackchannelAuthenticationRequestValidationContext(BackchannelAuthenticationRequestValidationResult validatedRequest)
Parameters
validatedRequest
BackchannelAuthenticationRequestValidationResult
Properties
ValidationResult
Gets or sets the CIBA validation result.
public BackchannelAuthenticationRequestValidationResult ValidationResult { get; set; }