mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
27 lines
452 B
C#
27 lines
452 B
C#
namespace AppleBatch_June.AppleWebServace
|
|
{
|
|
public class AuthsigninConfig
|
|
{
|
|
public string Apple_Widget_Key { get; set; } = "";
|
|
|
|
|
|
public string iframeId { get; set; } = "";
|
|
|
|
|
|
public string redirectURI { get; set; } = "";
|
|
|
|
|
|
public string homeLanguage { get; set; } = "";
|
|
|
|
|
|
public string authUrl { get; set; } = "";
|
|
|
|
|
|
public string refererUrl { get; set; } = "https://appleid.apple.com";
|
|
|
|
|
|
public string domainId { get; set; } = "";
|
|
|
|
}
|
|
}
|