|
|
|
@ -26,7 +26,6 @@ namespace BookAStar
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
public static readonly string SignInUrl = YavscHomeUrl + "/signin";
|
|
|
|
|
|
|
|
public static readonly string AuthorizeUrl = YavscHomeUrl + "/authorize";
|
|
|
|
public static readonly string AuthorizeUrl = YavscHomeUrl + "/authorize";
|
|
|
|
public static readonly string RedirectUrl = YavscHomeUrl + "/oauth/success";
|
|
|
|
public static readonly string RedirectUrl = YavscHomeUrl + "/oauth/success";
|
|
|
|
public static readonly string AccessTokenUrl = YavscHomeUrl + "/token";
|
|
|
|
public static readonly string AccessTokenUrl = YavscHomeUrl + "/token";
|
|
|
|
|