Merge branch 'newMaster2024' of https://git.it.verag.ag/edv/SDL into newMaster2024

This commit is contained in:
2026-04-21 16:04:43 +02:00
3 changed files with 105 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ Public Class cATEZ_Read_T1
' lt. API-Dokumentation
Private Const Username As String = "verag"
Private Const Password As String = "verag_password123"
Private Const Password As String = "$2a$11$ia/nymf749eoBktjhWyp2.1TP3VkmdWsX62bgBH1TGQbwFWQg4rc2" '"verag_password123"
Private Const ClientId As String = "client3"
Private Const GrantType As String = "password"
@@ -213,7 +213,7 @@ Public Class cATEZ_Read_T1
' ==========================
' TEST-Methode ruft ProcessPdfAsync auf und gibt ALLES aus
' ==========================
Private Async Sub TEST(pdfPath As String)
Public Async Sub TEST(pdfPath As String)
Try
' dieselbe Instanz verwenden
Dim result As T1ProcessResult = Await Me.ProcessPdfAsync(pdfPath)