Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,843 for

jwt

(0.12 sec)
  1. 완전히 새로워진 GroupDocs.Signature Cloud V2!

    다양한 파일 형식의 전자 서명을 적용, 확인 및 검색하기 위한 서명 REST API입니다. 다양한 전자서명 지원...# API 버전 - API 버전 V2 도입 인증 - JWT(JSON Web Token) 인증 서명 API - 문서의...바코드 서명 추가 다음 cURL 예제에서 V2 예제에서 JWT 인증을 사용했음을 알 수 있습니다. V1 API 버전의...

    blog.groupdocs.cloud/ko/signature/all-new-group...
  2. Představujeme GroupDocs.Comparison Cloud 19.5!

    Nová verze Groupdocs.Comparison Cloud 19.5 je zde. Váš zájem o naše Document Comparison Cloud API nás neustále motivuje k implementaci nových funkcí....tomto vydání zavedli ověřování JWT (JSON Web Token). OAuth2 a autentizační...přístupový token JWT. ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/cs/comparison/introducing-...
  3. تقديم GroupDocs.Comparison Cloud 19.5!

    يتوفر إصدار جديد من Groupdocs.Comparison Cloud 19.5. يبقينا اهتمامك بواجهة Document Comparison Cloud API دافعًا لتطبيق ميزات جديدة....لتحسين الأمان ، قدمنا مصادقة JWT (JSON Web Token) في هذا الإصدار...الحصول على JWT Access Token. ### Retrieve access token JWT(JSON Web...

    blog.groupdocs.cloud/ar/comparison/introducing-...
  4. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/editor/working-with-files/
  5. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/annotation/working-with-st...
  6. Convertir Excel en CSV | XLS vers des fichiers ...

    Comment transformer sans effort des fichiers Excel au format CSV à l'aide de l'API .NET REST. Effectuez la conversion d'Excel en fichiers délimités par des virgules. XLS vers CSV ou XLSX vers CSV...consiste à obtenir un jeton d’accès JWT personnalisé. Ainsi, une fois...que vous disposez d’un jeton JWT, veuillez exécuter la commande...

    blog.groupdocs.cloud/fr/conversion/convert-exce...
  7. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. 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" # cURL example to join several documents into one curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. 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" # cURL example to add metadata to a document 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...
  9. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  10. تبدیل JSON به CSV | تبدیل JSON به CSV در C#.NET

    راهنمای جامع ما برای تبدیل یکپارچه JSON به CSV در C#.NET. نحوه تبدیل داده های JSON به فرمت CSV با استفاده از GroupDocs.Conversion Cloud API....دسترسی شخصی JWT است. بنابراین، هنگامی که یک توکن JWT دارید، لطفاً...«accessToken» را با رمز دسترسی شخصی شده JWT جایگزین کنید. برنامه تبدیل JSON...

    blog.groupdocs.cloud/fa/conversion/convert-json...