Interface CredentialsProvider

    • Method Detail

      • getHeaderName

        String getHeaderName()
        Returns name of the HTTP header to be set with given authorization
        Returns:
      • getAuthorization

        String getAuthorization()
        Returns authorization string that shall be used for setting up "Authorization" header for HTTP communication. It's expected to be completely setup including prefix (such as Basic) and encryption (such as Base64 in case of basic) if needed.
        Returns: