Skip to main content

Class AuthorizationSystemUserTicket

Namespace: SuperOffice.WebApi.Authorization
Assembly: SuperOffice.WebApi.Authorization.SystemUserTicket.dll
SOTicket for use with SystemUser tokens in CRM online only. See .

Inheritance

AuthorizationTicket ← AuthorizationSystemUserTicket

Implements

IAddHeaders

Constructors

AuthorizationSystemUserTicket(SystemUserInfo, string)

Ticket Authorization constructor used in CRM online scenario’s where client secret is required.

Parameters

systemUserInfo SystemUserInfo Contains information require to get System User ticket. ticket string System user SOTicket string: β€œ7T:abc123==β€œ

Properties

SystemUserInfo

Contains information require to get System User ticket.

Property Value

SystemUserInfo

Methods

AddHeaders(HttpRequestHeaders)

Called by the AgentBase and adds the SO-AppToken.

Parameters

headers HttpRequestHeaders Collection of HttpRequest headers.