Interface IFlowConfigurationService
- Namespace
- Crosser.EdgeNode.Flows.Abstractions
- Assembly
- Crosser.EdgeNode.Flows.Abstractions.dll
public interface IFlowConfigurationService
Properties
EndpointsConfiguration
FlowEndpointsConfiguration EndpointsConfiguration { get; }
Property Value
- FlowEndpointsConfiguration
SecurityConfiguration
FlowSecurityConfiguration SecurityConfiguration { get; }
Property Value
- FlowSecurityConfiguration
UserAgent
string UserAgent { get; }
Property Value
- string
Methods
RegisterJwt(string)
void RegisterJwt(string jwt)
Parameters
jwt string
UpdateCredentialsJson(FlowSecurityConfiguration)
void UpdateCredentialsJson(FlowSecurityConfiguration securityConfiguration)
Parameters
securityConfiguration FlowSecurityConfiguration