Click or drag to resize

OAuthTokenValidationRefreshToken Property

A token that may be used to obtain a new access token. Refresh tokens are valid until the user revokes access. This field is only present if access_type=offline is included in the authorization code request.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute(Name = "refresh_token", IsRequired = false)]
public string RefreshToken { get; set; }

Property Value

Type: String
See Also