DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsConnection Class / Credential Property

In This Topic
    Credential Property
    In This Topic
    The credential for authorizing calls using OAuth 2.0.
    Syntax
    'Declaration
     
    Public ReadOnly Property Credential As Google.Apis.Auth.OAuth2.GoogleCredential
    public Google.Apis.Auth.OAuth2.GoogleCredential Credential {get;}
    See Also