Package api.equinix.javasdk.core.auth


package api.equinix.javasdk.core.auth
Authentication and credential management for the Equinix Java SDK. Provides the EquinixCredentials interface and its BasicEquinixCredentials implementation for supplying OAuth2 client credentials (client ID and client secret). The EquinixStaticCredentialsProvider resolves credentials statically for use in the OAuth2 client credentials grant flow.
See Also: