Click or drag to resize
ZangConfiguration Class
User Configuration information for Zang. This class provides the configuration data that allows a connection and access to be made to an Zang Server
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesZangConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class ZangConfiguration

The ZangConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodZangConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyAccessTokenURL
URL generated from configuration for OAuth2 access_token POST request.
Public propertyAuthenticationMethodPreferences
Public propertyAuthorizationServerInfo
A ServerInfo value indicating the server to connect with.
Public propertyAuthorizationURL
URL generated from configuration to authorization.
Public propertyClientId
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyEnabled
A Boolean value indicating whether the AMM provider is enabled.
Public propertyRedirectUri
Public propertyScope
Public propertySecret
Public propertySpacesServerInfo
A ServerInfo value indicating the server to connect with.
Top
See Also