Show / Hide Table of Contents

Class OpenIddictValidationEvents.BaseExternalContext

Represents an abstract base class used for certain event contexts.

Inheritance
System.Object
OpenIddictValidationEvents.BaseContext
OpenIddictValidationEvents.BaseRequestContext
OpenIddictValidationEvents.BaseValidatingContext
OpenIddictValidationEvents.BaseExternalContext
OpenIddictValidationEvents.ApplyConfigurationRequestContext
OpenIddictValidationEvents.ApplyCryptographyRequestContext
OpenIddictValidationEvents.ApplyIntrospectionRequestContext
OpenIddictValidationEvents.ExtractConfigurationResponseContext
OpenIddictValidationEvents.ExtractCryptographyResponseContext
OpenIddictValidationEvents.ExtractIntrospectionResponseContext
OpenIddictValidationEvents.HandleConfigurationResponseContext
OpenIddictValidationEvents.HandleCryptographyResponseContext
OpenIddictValidationEvents.HandleIntrospectionResponseContext
OpenIddictValidationEvents.PrepareConfigurationRequestContext
OpenIddictValidationEvents.PrepareCryptographyRequestContext
OpenIddictValidationEvents.PrepareIntrospectionRequestContext
Inherited Members
OpenIddictValidationEvents.BaseValidatingContext.IsRejected
OpenIddictValidationEvents.BaseValidatingContext.Error
OpenIddictValidationEvents.BaseValidatingContext.ErrorDescription
OpenIddictValidationEvents.BaseValidatingContext.ErrorUri
OpenIddictValidationEvents.BaseValidatingContext.Reject(String, String, String)
OpenIddictValidationEvents.BaseRequestContext.IsRequestHandled
OpenIddictValidationEvents.BaseRequestContext.IsRequestSkipped
OpenIddictValidationEvents.BaseRequestContext.HandleRequest()
OpenIddictValidationEvents.BaseRequestContext.SkipRequest()
OpenIddictValidationEvents.BaseContext.Transaction
OpenIddictValidationEvents.BaseContext.EndpointType
OpenIddictValidationEvents.BaseContext.Issuer
OpenIddictValidationEvents.BaseContext.Logger
OpenIddictValidationEvents.BaseContext.Options
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Validation
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseExternalContext : OpenIddictValidationEvents.BaseValidatingContext

Constructors

BaseExternalContext(OpenIddictValidationTransaction)

Creates a new instance of the OpenIddictValidationEvents.BaseRequestContext class.

Declaration
protected BaseExternalContext(OpenIddictValidationTransaction transaction)
Parameters
Type Name Description
OpenIddictValidationTransaction transaction

Properties

Address

Gets or sets the address of the external endpoint to communicate with.

Declaration
public Uri? Address { get; set; }
Property Value
Type Description
System.Nullable<Uri>
In This Article
Back to top Generated by DocFX