Interface EquinixCredentials

All Known Implementing Classes:
BasicEquinixCredentials

public interface EquinixCredentials
Represents credentials for authenticating with the Equinix Platform APIs.

Implementations of this interface provide the OAuth2 client credentials (Client ID and Client Secret) required for API authentication. The SDK uses these credentials to obtain and manage OAuth2 access tokens automatically.

Version:
$Id: $Id
Author:
ianjones
See Also: