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 |