mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-01 23:45:57 +08:00
started adding authentication stack, thing that decides if we should be authenticated is in
This commit is contained in:
@ -5,5 +5,6 @@
|
||||
public string DownstreamTemplate { get; set; }
|
||||
public string UpstreamTemplate { get; set; }
|
||||
public string UpstreamHttpMethod { get; set; }
|
||||
public string Authentication { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user