public final class IdentityPoolKey extends AuthKey
| Constructor and Description |
|---|
IdentityPoolKey(String poolId) |
| Modifier and Type | Method and Description |
|---|---|
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode()
Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
|
String |
poolId() |
String |
toString() |
public IdentityPoolKey(String poolId)
public String poolId()
public AuthEntryType entryType()
public int hashCode()
AuthKey