Interface TenantData

  • All Known Subinterfaces:
    Tenant

    public interface TenantData
    • Method Detail

      • getExternalKey

        String getExternalKey()
      • getApiKey

        String getApiKey()
      • getApiSecret

        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
        Returns:
        the decrypted api secret