|
Avaya Client Services API Reference (iOS)
|
Configuration information for Zang. More...
#import <CSZangConfiguration.h>
Inherits NSObject.
Properties | |
| BOOL | enabled |
| A Boolean value indicating whether the Zang provider is enabled. More... | |
| CSServerInfo * | authorizationServer |
| The server address. More... | |
| CSServerInfo * | spacesServer |
| 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< CSCredentialProvider > | credentialProvider |
| The credential provider. More... | |
Configuration information for Zang.
|
readnonatomicassign |
URL generated from the configuration for OAuth2 access_token POST request.
Example: https://accounts.avayacloud.com/oauth2/access_token
|
readwritenonatomicstrong |
The server address.
|
readnonatomicassign |
URL generated from the configuration to authorization.
Example: https://accounts.avayacloud.com/oauth2/authorize/...
|
readwritenonatomicstrong |
|
readwritenonatomicweak |
The credential provider.
|
readwritenonatomicassign |
A Boolean value indicating whether the Zang provider is enabled.
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |