OAuth2Client public class OAuth2Client Documentation public int AccessTokenLifetimeInMinutes { get; set; } public int? ContextUser { get; set; } public string Description { get; set; } public bool Enabled { get; set; } public OAuth2Flow Flow { get; set; } public string Id { get; set; } public bool IsSystem { get; set; } public string Name { get; set; } public IList<Uri> RedirectUris { get; set; } public IList<string> Scopes { get; } public string Secret { get; set; } public OAuth2Client()