Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,843 for

jwt

(0.09 sec)
  1. GroupDocs.Signature Cloud V2 hoàn toàn mới!

    API REST chữ ký để áp dụng, xác minh và tìm kiếm Chữ ký điện tử ở các định dạng tệp khác nhau. Hỗ trợ nhiều loại chữ ký điện tử khác nhau...bản API V2 Xác thực - Xác thực JWT(JSON Web Token) API chữ ký -...chúng tôi đã sử dụng xác thực JWT trong ví dụ V2. Xin lưu ý rằng...

    blog.groupdocs.cloud/vi/signature/all-new-group...
  2. 全新GroupDocs.Signature Cloud V2!

    簽名 REST API,用於應用、驗證和搜索各種文件格式的電子簽名。支持多種電子簽名...什麼是新的 # API版本 - 推出API版本V2 身份驗證 - JWT(JSON Web Token) 身份驗證 簽名 API -...cURL 示例中您可以注意到,我們在 V2 示例中使用了 JWT 身份驗證。請注意,V2 不再支持 V1 API 版本的 OAuth...

    blog.groupdocs.cloud/zh-hant/signature/all-new-...
  3. PDF Merger | Gabungkan Dokumen PDF | Kombinasik...

    Pelajari cara menggabungkan dokumen PDF dalam C# .NET. Panduan langkah demi langkah untuk menggabungkan file PDF, menggabungkan dokumen PDF, dan menyederhanakan alur kerja dengan penggabung PDF.... Hasilkan token JWT: curl -v "https://api.groupdocs...dihasilkan. accessToken - token akses JWT yang dihasilkan di atas. Coba...

    blog.groupdocs.cloud/id/merger/merge-pdf-files-...
  4. PDF Birleştirici | PDF Belgelerini Birleştir | ...

    PDF belgelerini C# .NET'te nasıl birleştireceğinizi öğrenin. PDF dosyalarını bir araya getirmek, PDF belgelerini birleştirmek ve PDF birleştiricisiyle iş akışlarını optimize etmek için adım adım rehber.... JWT token oluşturun: curl -v "https://api...accessToken - Yukarıda oluşturulan JWT erişim belirteci. Try Free PDF...

    blog.groupdocs.cloud/tr/merger/merge-pdf-files-...
  5. دمج PDF | دمج مستندات PDF | دمج PDFs باستخدام C#

    تعلم كيفية دمج مستندات PDF في C# .NET. دليل خطوة بخطوة لدمج ملفات PDF، دمج مستندات PDF، وتسهيل سير العمل باستخدام أداة دمج PDF.... إنشاء رمز JWT: curl -v "https://api.groupdocs...الناتج. accessToken - رمز الوصول JWT الذي تم إنشاؤه أعلاه. جرّب تطبيق...

    blog.groupdocs.cloud/ar/merger/merge-pdf-files-...
  6. C# .NET Konwertuj MPP na PDF | Eksportuj MS Pro...

    Jak konwertować pliki Microsoft Project (MPP) na PDF za pomocą .NET REST API. Przewodnik krok po kroku, jak eksportować MS Project do PDF w celu łatwego udostępniania i raportowania....wygenerowanie tokenu dostępu JWT, a po wygenerowaniu tokenu, proszę...ACCESSTOKEN - token dostępu JWT wygenerowany powyżej. Zapisz...

    blog.groupdocs.cloud/pl/conversion/convert-mpp-...
  7. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $Jwt_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  10. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "/documents/input..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "/documents/input...

    docs.groupdocs.cloud/metadata/get-metadata-tags...