Package api.equinix.javasdk.core.auth
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the OAuth2 Client ID (access key) for API authentication.Returns the OAuth2 Client Secret (secret key) for API authentication.