Interface CredentialsProvider

All Known Implementing Classes:
DefaultCredentialProvider, StaticApiKeyCredentialProvider

public interface CredentialsProvider
CredentialsProvider interface provides method for authentication
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getApiKey()
    Returns a API key that can be used for authentication
  • Method Details

    • getApiKey

      java.lang.String getApiKey()
      Returns a API key that can be used for authentication
      Returns:
      String API key