Table of Contents

Class OAuth2TokenRefreshedEventArgs

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides data for the OAuth2TokenRefreshed event.

public sealed class OAuth2TokenRefreshedEventArgs : EventArgs
Inheritance
OAuth2TokenRefreshedEventArgs
Inherited Members

Properties

AccessToken

Gets the new access token that was issued to the client after refreshing the access token.

public string AccessToken { get; }

Property Value

string

RefreshToken

Gets the new refresh token that was issued to the client after refreshing the access token. If this value is not null, the previously saved refresh token should be replaced with this new token.

public string RefreshToken { get; }

Property Value

string