dotnet restore ok
parent
7aa1085474
commit
92fdf5555a
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
|
||||||
|
namespace Yavsc
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// OAuth2 client application sensitive settings.
|
||||||
|
/// </summary>
|
||||||
|
public class OAuth2AppSettings {
|
||||||
|
public string ClientId { get; set; }
|
||||||
|
public string ClientSecret { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Facebook's class, so class
|
||||||
|
/// </summary>
|
||||||
|
public class FacebookOAuth2AppSettings : OAuth2AppSettings {
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue