Interface B2Credentials

  • All Known Implementing Classes:
    B2CredentialsImpl

    public interface B2Credentials
    Credentials for accessing B2's APIs. If you used getAccountId() in a previous version of the SDK, please use B2StorageClient.getAccountId() in this version.
    • Method Detail

      • getApplicationKeyId

        java.lang.String getApplicationKeyId()
        Returns:
        the applicationKeyId to use for b2_authorize_account.
      • getApplicationKey

        java.lang.String getApplicationKey()
        Returns:
        the applicationKey to use for b2_authorize_account.