forked from FarmMaps/FarmMapsApiClient
		
	AW-3569 Added posibility to login with username/password
This commit is contained in:
		@@ -7,8 +7,11 @@
 | 
			
		||||
        public string BasePath { get; set; } 
 | 
			
		||||
        public string DiscoveryEndpointUrl { get; set; } 
 | 
			
		||||
        public string RedirectUri { get; set; } 
 | 
			
		||||
        public string GrantClientId { get; set; } 
 | 
			
		||||
        public string ClientId { get; set; } 
 | 
			
		||||
        public string ClientSecret { get; set; }
 | 
			
		||||
        public string Username { get; set; }
 | 
			
		||||
        public string Password { get; set; }
 | 
			
		||||
        public string[] Scopes { get; set; } 
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user