Class RefreshTokenReceivedEventArgs
Arguments for the RefreshTokenReceived event.
Inheritance
object
RefreshTokenReceivedEventArgs
Namespace: StylelabsStylelabs.MSdkWebClientHttp
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Constructors
RefreshTokenReceivedEventArgs(string)
Initializes a new instance of the RefreshTokenReceivedEventArgs class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | refreshToken |
The refresh token. |
Properties
RefreshToken
Gets or sets the newly received refresh-token.
Declaration
Property Value
| Type | Description |
|---|---|
| string |