Customization
Property name
Property type
Description
{
"client_id": "6779ef20e75817b79602",
"client_secret": "o9Bnp/NQO7pQsHJbYFciqVPGcrZf8Cmnamb3IQSDI7VHpZhyJbXPwA4KSDK9LQNh",
"scopes": ""
}public class OAuthSettings
{
[Option(Alias = "client_id")]
public string ClientId { get; set; }
[Option(Alias = "client_secret", EncryptionPassphrase= "_bSk%nzi&")]
public string ClientSecret { get; set; }
[Option(DefaultValue = "read")]
public string Scopes { get; set; }
}Last updated