set_refresh_token


Description:

[ 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.

Parameters:

this

a OAuth2Authorizer

refresh_token

the new refresh token, or null to clear authorization