' Options: 'Date: 2024-12-01 04:11:40 'Version: 8.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://nkapi-sgepz3-auth.azurewebsites.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetAuthorization.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Norkart.Api.Authorization.ServiceModel Namespace Global Namespace Norkart.Api.Authorization.ServiceModel Public Partial Class GetAuthorization Implements IReturn(Of GetAuthorizationResponse) Implements IGetAuthorization Public Overridable Property ServiceName As String Public Overridable Property TokenString As String Public Overridable Property UserTokenString As String Public Overridable Property Profile As String End Class Public Partial Class GetAuthorizationResponse Public Sub New() Parameters = New Dictionary(Of String, String) End Sub Public Overridable Property IsAuthorized As Boolean Public Overridable Property Parameters As Dictionary(Of String, String) Public Overridable Property UserObjectId As Nullable(Of Guid) Public Overridable Property UserTenant As String End Class Public Interface IGetAuthorization Property ServiceName As String Property TokenString As String Property UserTokenString As String Property Profile As String End Interface End Namespace End Namespace