public class Authentication extends Object
| Modifier and Type | Method and Description |
|---|---|
static Authentication |
create(String identityJson)
Creates an Authentication instance on the basis of auth credentials provided in JSON format.
|
public static Authentication create(String identityJson)
identityJson - a JSON string representation of authentication credentials. The string must be the
value of the 'identity' key in the shared JSON config file.Authentication instance.Copyright © 2019 Adobe. All rights reserved.