mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 09:18:08 +00:00
6 lines
166 B
C#
6 lines
166 B
C#
namespace PodNoms.Api.Models {
|
|
public class FacebookAuthSettings {
|
|
public string AppId { get; set; }
|
|
public string AppSecret { get; set; }
|
|
}
|
|
} |