[ Version ( since = "0.17.2" ) ]
public void set_refresh_token (string? refresh_token)
Sets the authorizer's refresh token, refresh_token.
This is used to periodically refresh the access token. Set it to null to clear the current authentication from the
authorizer.
| this | |
| refresh_token |
the new refresh token, or |