Show / Hide Table of Contents

Class HttpHelper.HttpServiceJwtConfig

Inheritance
object
HttpHelper.HttpServiceJwtConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public class HttpHelper.HttpServiceJwtConfig

Constructors

HttpServiceJwtConfig()

Declaration
public HttpServiceJwtConfig()

Properties

Audience

Declaration
public string Audience { get; set; }
Property Value
Type Description
string

HugoAI

Declaration
public static HttpHelper.HttpServiceJwtConfig HugoAI { get; }
Property Value
Type Description
HttpHelper.HttpServiceJwtConfig

HugoAI_User

Declaration
public static HttpHelper.HttpServiceJwtConfig HugoAI_User { get; }
Property Value
Type Description
HttpHelper.HttpServiceJwtConfig

Issuer

Declaration
public string Issuer { get; set; }
Property Value
Type Description
string

RequiresClaims

Declaration
public bool RequiresClaims { get; set; }
Property Value
Type Description
bool

SigningKey

Declaration
public string SigningKey { get; set; }
Property Value
Type Description
string

Timeout

Declaration
public int Timeout { get; set; }
Property Value
Type Description
int

VideoMeetings

Declaration
public static HttpHelper.HttpServiceJwtConfig VideoMeetings { get; }
Property Value
Type Description
HttpHelper.HttpServiceJwtConfig

ZFD

HttpService configuration for ZeroFootprintDocuments service

Declaration
public static HttpHelper.HttpServiceJwtConfig ZFD { get; }
Property Value
Type Description
HttpHelper.HttpServiceJwtConfig

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top