Table of Contents

Class HookContext

Namespace
Styra.Opa.OpenApi.Hooks
Assembly
Styra.Opa.dll
public class HookContext
Inheritance
HookContext
Derived
Inherited Members

Constructors

HookContext(string, string, List<string>?, Func<object>?)

public HookContext(string baseURL, string operationID, List<string>? oauth2Scopes, Func<object>? securitySource)

Parameters

baseURL string
operationID string
oauth2Scopes List<string>
securitySource Func<object>

Properties

BaseURL

public string BaseURL { get; set; }

Property Value

string

Oauth2Scopes

public List<string>? Oauth2Scopes { get; set; }

Property Value

List<string>

OperationID

public string OperationID { get; set; }

Property Value

string

SecuritySource

public Func<object>? SecuritySource { get; set; }

Property Value

Func<object>