AZSCloudClient Class Reference

Inherits from NSObject
Declared in AZSCloudClient.h
AZSCloudClient.m

Overview

AZSCloudClient is the base class for all service clients.

This class should not be instanciated directly, subclasses should be used instead:

Other Methods

– credentials

The AZSStorageCredentials that this client will use to authenticate requests.

- (AZSStorageCredentials *)credentials

Discussion

The AZSStorageCredentials that this client will use to authenticate requests.

Declared In

AZSCloudClient.h

Other Methods

  storageUri

The AZSStorageUri for this service.

@property (strong) AZSStorageUri *storageUri

Discussion

The AZSStorageUri for this service.

Declared In

AZSCloudClient.h