ClientConfigAuthToken Property |
|
DataPA OpenAnalytics API Reference
Details of the token used to authenticate with the Enterprise Service
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public OAuthTokenInfo AuthToken { get; set; }
Public Property AuthToken As OAuthTokenInfo
Get
Set
public:
virtual property OAuthTokenInfo^ AuthToken {
OAuthTokenInfo^ get () sealed;
void set (OAuthTokenInfo^ value) sealed;
}
function get_AuthToken();
function set_AuthToken(value);
Return Value
Type:
OAuthTokenInfoSee Also