Class HttpHelper.HttpServiceJwtConfig
Inheritance
HttpHelper.HttpServiceJwtConfig
Assembly: SoCore.dll
Syntax
public class HttpHelper.HttpServiceJwtConfig
Constructors
HttpServiceJwtConfig()
Declaration
public HttpServiceJwtConfig()
Properties
Audience
Declaration
public string Audience { get; set; }
Property Value
HugoAI
Declaration
public static HttpHelper.HttpServiceJwtConfig HugoAI { get; }
Property Value
HugoAI_User
Declaration
public static HttpHelper.HttpServiceJwtConfig HugoAI_User { get; }
Property Value
Issuer
Declaration
public string Issuer { get; set; }
Property Value
RequiresClaims
Declaration
public bool RequiresClaims { get; set; }
Property Value
SigningKey
Declaration
public string SigningKey { get; set; }
Property Value
Timeout
Declaration
public int Timeout { get; set; }
Property Value
VideoMeetings
Declaration
public static HttpHelper.HttpServiceJwtConfig VideoMeetings { get; }
Property Value
ZFD
HttpService configuration for ZeroFootprintDocuments service
Declaration
public static HttpHelper.HttpServiceJwtConfig ZFD { get; }
Property Value
Extension Methods