refreshToken

@SerializedName(value = "refresh_token")
val refreshToken: String

Parameters

refreshToken

If the client is swapping a refresh_token for an access token, then this argument is required.Otherwise, this parameter should be omitted.This parameter is the refresh_token which you obtained when you last used the access_token endpoint.