public interface TenantData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiKey() |
java.lang.String |
getApiSecret()
Note that we don't expose in the API how the
secret is stored (with or without salt, hashing algorithm)
so we can change it later
|
java.lang.String |
getExternalKey() |
java.lang.String getExternalKey()
java.lang.String getApiKey()
java.lang.String getApiSecret()
Copyright © 2010-2019. All Rights Reserved.