Class AuthorizationSystemUserTicket
Namespace: SuperOffice.WebApi.AuthorizationAssembly: SuperOffice.WebApi.Authorization.SystemUserTicket.dll SOTicket for use with SystemUser tokens in CRM online only. See
Inheritance
AuthorizationTicket β AuthorizationSystemUserTicketImplements
IAddHeadersConstructors
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
SystemUserInfoMethods
AddHeaders(HttpRequestHeaders)
Called by the AgentBase and adds the SO-AppToken.Parameters
headers HttpRequestHeaders
Collection of HttpRequest headers.