inmydataQueryPushStoredAccessToken Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the stored access token used to authenticate with the inmydata data application
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string StoredAccessToken { get; set; }
Public Property StoredAccessToken As String
Get
Set
public:
virtual property String^ StoredAccessToken {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_StoredAccessToken();
function set_StoredAccessToken(value);
Property Value
Type:
StringThe stored access token used to authenticate with the inmydata data application
Return Value
Type:
StringThe stored access token used to authenticate with the inmydata data application
Implements
inmydataQueryPush_inmydataQueryPushStoredAccessTokenRemarks See Also