Created by Docfx
  • DC Services SDK
  • DC Services SDK
  • Adobe.DocumentCloud.Services
  • Authentication
Show / Hide Table of Contents
  • Adobe.DocumentCloud.Services
    • Authentication
    • ClientContext
    • IOperation
  • Adobe.DocumentCloud.Services.exception
    • SDKException
    • ServiceApiException
  • Adobe.DocumentCloud.Services.io
    • FileRef
  • Adobe.DocumentCloud.Services.options
    • PageRanges
  • Adobe.DocumentCloud.Services.options.createpdf
    • CreatePDFFromHTMLOptions
    • CreatePDFFromHTMLOptions.Builder
    • CreatePDFOptions
    • PageLayout
  • Adobe.DocumentCloud.Services.options.exportpdf
    • ExportPDFTargetFormat
  • Adobe.DocumentCloud.Services.pdfops
    • CombineFilesOperation
    • CreatePDFOperation
    • CreatePDFOperation.SupportedSourceFormat
    • ExportPDFOperation

Class Authentication

Utility to initialize authentication.

Inheritance
System.Object
Authentication
Namespace: Adobe.DocumentCloud.Services
Assembly: Adobe.DocumentCloud.Services.Doc.dll
Syntax
public class Authentication

Methods

Create(String)

Creates an Authentication instance on basis of auth credentials in JSON format.

Declaration
public static Authentication Create(string identityJson)
Parameters
Type Name Description
System.String identityJson

a json string representation of authentication credentials.The string must be the value of the 'identity' key in the shared JSON config file.

Returns
Type Description
Authentication

a new Authentication instance

In This Article
  • Methods
    • Create(String)
Back to top Copyright © 2019 Adobe. All rights reserved.