Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- namespace LaneFlowReport.Options {
- public class OauthOption {
- public string ParkingLoginUrl { get; set; }
- public string ParkingOAuthUrl { get; set; }
- public string ClientUrl { get; set; }
- public string ClientSecret { get; set; }
- }
- }
|