combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / OAuth2Connection Class
Properties

In This Topic
    OAuth2Connection Class Members
    In This Topic

    The following tables list the members exposed by OAuth2Connection.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property

    Optional last access token that was issued to the client. If this property is not set, the first request will acquire its access token using the RefreshToken to get the access token instead of trying previous access tokens. If the access token is stored persistently, use the event OAuth2TokenRefreshed and replace the stored access token with the supplied OAuth2TokenRefreshedEventArgs.AccessToken.

     
    Public Property

    The token endpoint of the specific OAuth 2.0 service.

     
    Public Property

    The client identifier issued to the client during the registration process.

     
    Public Property

    The secret of the client specified in ClientId.

     
    Public Property

    The refresh token that was issued to the client and should be used to refresh the access token when expired. If the refresh token is stored persistently, use the event OAuth2TokenRefreshed and replace the stored refresh token with the supplied OAuth2TokenRefreshedEventArgs.RefreshToken.

     
    Public Property

    Optional scopes that were used to acquire the RefreshToken.

     
    Top
    See Also