public final class PublicAppIdentity extends Object
| Modifier and Type | Method and Description |
|---|---|
static PublicAppIdentity |
create(String developerReference,
String appReference)
Create a public app identity where the secret will not be required, either because all authentication will use
staff tokens or because account tokens will be supplied already signed.
|
static PublicAppIdentity |
create(String developerReference,
String developerSecret,
String appReference)
Create a public app identity with an optional developer secret for signing account tokens.
|
boolean |
equals(Object o) |
String |
getAppReference() |
String |
getDeveloperReference() |
String |
getDeveloperSecret() |
int |
hashCode() |
String |
toString() |
public static PublicAppIdentity create(String developerReference, String appReference)
developerReference - Developer's unique reference.appReference - App's unique reference.public static PublicAppIdentity create(String developerReference, String developerSecret, String appReference)
developerReference - Developer's unique reference.appReference - App's unique reference.public String getDeveloperReference()
public String getDeveloperSecret()
public String getAppReference()
Copyright © 2014. All Rights Reserved.