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

jwt

(0.34 sec)
  1. Zapisz JSON do HTML w Node.js | Internetowy kon...

    Łatwo konwertuj pliki JSON na format HTML za pomocą GroupDocs.Conversion Cloud SDK dla Node.js. Przekształć zorganizowane dane JSON w strony HTML online....spersonalizowany token dostępu JWT, użyj poniższego polecenia cURL...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/pl/conversion/convert-json...
  2. Excel do JPG | XLS do JPG | Arkusz Excel do obr...

    Jak konwertować pliki Excel do wysokiej jakości obrazów JPG przy użyciu .NET REST API. Konwertuj XLS / XLSX na JPG w C# .NET....dostępowego JWT. Zatem, gdy już posiadasz token JWT, wykonaj następujące...spersonalizowany token dostępu JWT. Darmowy konwerter Excela na...

    blog.groupdocs.cloud/pl/conversion/convert-exce...
  3. Todos os novos GroupDocs.Signature Cloud V2!

    APIs REST de assinatura para aplicar, verificar e pesquisar assinaturas eletrônicas em vários formatos de arquivo. Suporta diversas variedades de assinaturas eletrônicas...Autenticação - autenticação JWT (JSON Web Token) API de assinatura...seguir que usamos a autenticação JWT no exemplo V2. Observe que os...

    blog.groupdocs.cloud/pt/signature/all-new-group...
  4. Komplett neue GroupDocs.Signature Cloud V2!

    Signatur-REST-APIs zum Anwenden, Überprüfen und Durchsuchen von elektronischen Signaturen in verschiedenen Dateiformaten. Unterstützt verschiedene Arten elektronischer Signaturen...API-Version V2 Authentifizierung – JWT-Authentifizierung (JSON Web Token)...dass wir im V2-Beispiel die JWT-Authentifizierung verwendet haben...

    blog.groupdocs.cloud/de/signature/all-new-group...
  5. ¡Todo nuevo GroupDocs.Signature Cloud V2!

    API REST de firma para aplicar, verificar y buscar firmas electrónicas en varios formatos de archivo. Admite diversas variedades de firmas electrónicas...Autenticación: autenticación JWT (token web JSON) API de firma:...hemos utilizado la autenticación JWT en el ejemplo V2. Tenga en cuenta...

    blog.groupdocs.cloud/es/signature/all-new-group...
  6. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to 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 exposes. Request parameters Parameter Description path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as 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/annotation/working-with-fi...
  7. 완전히 새로워진 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...
  8. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" \ -H 'accept: application/json' \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:Jwt_TOKEN" Windows CMD curl -X GET "https://api....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/signature/get-supported-ba...
  9. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. 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|It could be omitted for default storage....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/watermark/get-document-inf...
  10. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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: retrieve metadata (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/extract-metadata-...