Allows customization of introspection handling within the middleware.
Exemple #1
0
 /// <summary>
 /// Creates a new instance of the <see cref="OAuthIntrospectionOptions"/> class.
 /// </summary>
 public OAuthIntrospectionOptions()
 {
     Events = new OAuthIntrospectionEvents();
 }