Interface CredentialsProvider

  • All Known Implementing Classes:
    DefaultCredentialsProvider

    public interface CredentialsProvider
    Interface to provide the TokenCredential that will be used to call the service.
    Author:
    Warren Zhu
    • Method Detail

      • getCredential

        com.azure.core.credential.TokenCredential getCredential()
        Gets the credential.
        Returns:
        The credential.