refresh_token


Description:

[ NoAccessorMethod ]
[ Version ( since = "0.17.2" ) ]
public string refresh_token { owned get; set; }

The server provided refresh token, which can be stored and passed in to new OAuth2Authorizer instances before calling refresh_authorization_async to create a new short-lived access token.

The refresh token is opaque data and must not be parsed.