DelegateServiceUrisProvider
This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.
public DelegateServiceUrisProvider(Func<Uri> restDelegate, Func<Uri> rsapiDelegate, Func<Uri> authenticationDelegate)
This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.
This provides the IdentityServer location for authentication calls.
This provides the Rest endpoint for Kepler calls.
This provides the RSAPI endpoint for RSAPI client calls.