Avaya Client Services API Reference (iOS)
Properties | List of all members
CSZangConfiguration Class Reference

Configuration information for Zang. More...

#import <CSZangConfiguration.h>

Inherits NSObject.

Properties

BOOL enabled
 A Boolean value indicating whether the Zang provider is enabled. More...
 
CSServerInfoauthorizationServer
 The server address. More...
 
CSServerInfospacesServer
 
NSString * clientId
 
NSString * secret
 
NSString * redirectURI
 
NSString * scope
 
NSString * authorizationURL
 URL generated from the configuration to authorization. More...
 
NSString * accessTokenURL
 URL generated from the configuration for OAuth2 access_token POST request. More...
 
id< CSCredentialProvidercredentialProvider
 The credential provider. More...
 

Detailed Description

Configuration information for Zang.

Property Documentation

- (NSString*) accessTokenURL
readnonatomicassign

URL generated from the configuration for OAuth2 access_token POST request.

Example: https://accounts.avayacloud.com/oauth2/access_token

- (CSServerInfo*) authorizationServer
readwritenonatomicstrong

The server address.

- (NSString*) authorizationURL
readnonatomicassign

URL generated from the configuration to authorization.

Example: https://accounts.avayacloud.com/oauth2/authorize/...

- (NSString*) clientId
readwritenonatomicstrong
- (id<CSCredentialProvider>) credentialProvider
readwritenonatomicweak

The credential provider.

- (BOOL) enabled
readwritenonatomicassign

A Boolean value indicating whether the Zang provider is enabled.

- (NSString*) redirectURI
readwritenonatomicstrong
- (NSString*) scope
readwritenonatomicstrong
- (NSString*) secret
readwritenonatomicstrong
- (CSServerInfo*) spacesServer
readwritenonatomicstrong

The documentation for this class was generated from the following file: