OAuthClient is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class OAuthClient
{
IEnumerable<string> AllowedGrantTypes { get; set; }
Guid ApplicationId { get; }
string CallbackUrl { get; set; }
string ClientType { get; set; }
string Description { get; set; }
Guid Id { get; set; }
bool IsTrusted { get; set; }
string Name { get; set; }
Guid NodeId { get; }
bool IsAllowedGrantType(string grantType);
}