forked from FarmMaps/FarmMapsApiClient
Initial commit
This commit is contained in:
13
FarmmapsApi/Models/Configuration.cs
Normal file
13
FarmmapsApi/Models/Configuration.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace FarmmapsApi.Models
|
||||
{
|
||||
public class Configuration
|
||||
{
|
||||
public string Authority { get; set; }
|
||||
public string Endpoint { get; set; }
|
||||
public string DiscoveryEndpointUrl { get; set; }
|
||||
public string RedirectUri { get; set; }
|
||||
public string ClientId { get; set; }
|
||||
public string ClientSecret { get; set; }
|
||||
public string[] Scopes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user